JSFiddle - React, Tailwind, and code Playground
HTML
<div class="draggable-area" draggable="true">
<p>Drag A this text</p>
</div>
<div class="draggable-area" draggable="true">
<p>Drag B this text</p>
</div>
<div class="draggable-area" draggable="true">
<p>Drag C this text</p>
</div>