JSFiddle - React, Tailwind, and code Playground

HTML

<div id="aboutBox" class="boxLook boxBg drag">test</div>

JavaScript

$(function() {
        $( ".drag" ).draggable();
    });