JSFiddle - React, Tailwind, and code Playground
HTML
<div id="draggable" class="ui-widget-content"> <p>Me puxe e me beije</p> </div>
CSS
#draggable { width: 150px; height: 150px; padding: 0.5em; background-color:#000; color:#FFF; }
JavaScript
$( "#draggable" ).draggable();