JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<textarea></textarea>
</div>
CSS
div{
height: 200px;
width: 300px;
background: red;
}
textarea{
height: 100px;
width: 100%;
}
<div>
<textarea></textarea>
</div>
div{
height: 200px;
width: 300px;
background: red;
}
textarea{
height: 100px;
width: 100%;
}