JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<textarea name="disableResizing">Hello World</textarea>

CSS

textarea
{
    min-height:40px;
    max-height:40px;
    min-width:200px;
    max-width:200px;
}