JSFiddle - React, Tailwind, and code Playground

HTML

<textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea>

CSS

textarea {
    height: 4em;
}