JSFiddle - React, Tailwind, and code Playground

HTML

<textarea>Test</textarea>

CSS

textarea{
    height : 40px;
}
.areaHeight{
    height : 500px !important;
}

JavaScript

$('textarea').addClass('areaHeight')