JSFiddle - React, Tailwind, and code Playground

by InviS

HTML

<div id='box'></div>

CSS

#box{width: 100px; height: 100px; background-color: black;}

JavaScript

$('#box').draggable();