JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" style="height:200px;" value="Hello World!">

JavaScript

$('input').css('height','200px');