JSFiddle - React, Tailwind, and code Playground

by Matias Guijarro

HTML

<body>
        <div id="container" style='width:640px; height:480px;"></div>
</body>

JavaScript

$("#container").resizable();
$("#container").append($("<h1>FUCK</h1>"));