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");
}