JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <textarea></textarea>
</form>

CSS

form {background: grey; width: 400px; padding: 20px;}
textarea {padding:0; background: blue; width: 200px; height: 100px; max-width: 400px;}