JSFiddle - React, Tailwind, and code Playground
by amindunited
HTML
<div class="dragum" draggable="true">Box</div>
CSS
.dragum {
padding: 1rem;
border: solid 1px grey;
width: 5rem;
height: 6rem;
}
by amindunited
<div class="dragum" draggable="true">Box</div>
.dragum {
padding: 1rem;
border: solid 1px grey;
width: 5rem;
height: 6rem;
}