JSFiddle - React, Tailwind, and code Playground
by leongersen
HTML
<div id="example"></div>
JavaScript
$("#example").css({
"height": "30px",
"background": "red"
});
by leongersen
<div id="example"></div>
$("#example").css({
"height": "30px",
"background": "red"
});