JSFiddle - React, Tailwind, and code Playground
HTML
<div id="a"></div>
CSS
#a{
display: block;
background: red;
height: 200px;
width: 200px;
}
JavaScript
$('#a').resizable();
<div id="a"></div>
#a{
display: block;
background: red;
height: 200px;
width: 200px;
}
$('#a').resizable();