JSFiddle - React, Tailwind, and code Playground
by Marc Chehab
HTML
<div id="test">
</div>
JavaScript
var test = 0;
$("#test").html("pre");
if (test) {
$("#test").html("works");
}
by Marc Chehab
<div id="test">
</div>
var test = 0;
$("#test").html("pre");
if (test) {
$("#test").html("works");
}