JSFiddle - React, Tailwind, and code Playground

by shriek

HTML

<div>
    <textarea>This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer This is malary archer </textarea>
</div>

CSS

div{
    height:400px;
    border:1px solid red;
}
textarea{
    height:100%;
}