JSFiddle - React, Tailwind, and code Playground

by caio

HTML

<textarea></textarea>

CSS

textarea {
    height: 100px;
    max-height: 200px;
    min-height: 75px;
    resize: vertical;
}