JSFiddle - React, Tailwind, and code Playground
by lukempeters
HTML
<div></div>
CSS
div {
width: 300px;
height: 300px;
background: #cccccc;
}
JavaScript
$('div').resizable();
by lukempeters
<div></div>
div {
width: 300px;
height: 300px;
background: #cccccc;
}
$('div').resizable();