JSFiddle - React, Tailwind, and code Playground

by leongersen

HTML

<div id="example"></div>

JavaScript

$("#example").css({
    "height": "30px",
    "background": "red"
});