JSFiddle - React, Tailwind, and code Playground

by Jordan Sayner

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>