JSFiddle - React, Tailwind, and code Playground
by levchenko_d
HTML
<textarea rows="3"></textarea>
CSS
textarea{
height: 15px;
margin: 15px;
}
textarea:focus{
height: auto;
}
by levchenko_d
<textarea rows="3"></textarea>
textarea{
height: 15px;
margin: 15px;
}
textarea:focus{
height: auto;
}