JSFiddle - React, Tailwind, and code Playground

by lukempeters

HTML

<div></div>

CSS

div {
  width: 300px;
  height: 300px;
  background: #cccccc;
}

JavaScript

$('div').resizable();