JSFiddle - React, Tailwind, and code Playground
HTML
<input type="button" style="height:200px;" value="Hello World!">
JavaScript
$('input').css('height','200px');
<input type="button" style="height:200px;" value="Hello World!">
$('input').css('height','200px');