JSFiddle - React, Tailwind, and code Playground

by levchenko_d

HTML

<textarea rows="3"></textarea>

CSS

textarea{
height: 15px;
    margin: 15px;
}

textarea:focus{
height: auto;
}