JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css">
<div class="field">
<textarea id="xp">
some text here
</textarea>
</div>
CSS
#xp { width: 150px; height: 150px; padding: 0.5em; }
JavaScript
$("#xp").resizable();