JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="container" style='width:640px; height:480px;"></div>
</body>
JavaScript
$("#container").resizable();
$("#container").append($("<h1>FUCK</h1>"));
<body>
<div id="container" style='width:640px; height:480px;"></div>
</body>
$("#container").resizable();
$("#container").append($("<h1>FUCK</h1>"));