JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://jquery-lazy.googlecode.com/svn-history/r14/trunk/jquery.lazy.source.js"></script>
<div id="box" class="box"><p style="color:#fff;">
sdsdsad
</p>hsfgfd</div>

CSS

.box { width: 100px; height: 100px; background: #f00; }

JavaScript

$.lazy([{
    src: 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js',
    name: 'draggable'
}]);
 

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