JSFiddle - React, Tailwind, and code Playground

HTML

<textarea>Test</textarea>

CSS

textarea{
    height : 40px;
}

JavaScript

$('textarea').css('height','500px','important')