JSFiddle - React, Tailwind, and code Playground

by TJ VanToll

HTML

<link href="http://code.jquery.com/ui/jquery-ui-git.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-git.js"></script>
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
<script src="https://rawgithub.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.js"></script>

<div id="draggable"></div>

CSS

#draggable {
    width: 100px;
    height: 100px;
    border: 1px solid black;
}

JavaScript

$( "#draggable" ).draggable();