JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<div style="position:relative;width:500px; margin-left:50px; margin-top:50px; height:200px; background:#CCC; border:2px solid red;">
<textarea rows="10" cols="10" style="width:100%; background:#0066CC; position:absolute;"></textarea>
</div>
</form>