JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container">
<textarea></textarea>
</div>

CSS

textarea {
    max-width: 50%;
}
#container {
    width: 80%;
    border: 1px solid red;
}