JSFiddle - React, Tailwind, and code Playground
HTML
<div id="textdescription"></div>
<textarea rows="2" cols="20" id="ss">
At W3Schools you will find all the Web-building tutorials you need, from basic HTML to advanced XML, SQL, ASP, and PHP.
</textarea>
JavaScript
var description = $('#ss').val();
$('#textdescription').html(description);