JSFiddle - React, Tailwind, and code Playground
HTML
<div id="aboutBox" class="boxLook boxBg drag">test</div>
JavaScript
$(function() {
$( ".drag" ).draggable();
});
<div id="aboutBox" class="boxLook boxBg drag">test</div>
$(function() {
$( ".drag" ).draggable();
});