JSFiddle - React, Tailwind, and code Playground

HTML

<br/><br/><br/><br/><div id="container" >hello</div>

CSS

#container{
    width:200px;
    heght:200px;
    border:1px solid black;
}

JavaScript

$("#container").resizable({ handles: 'n, s' });