JSFiddle - React, Tailwind, and code Playground
HTML
<div draggable=true></div>
CSS
div {
width: 100px;
height: 100px;
background: #eee;
border: 1px solid #333;
}
<div draggable=true></div>
div {
width: 100px;
height: 100px;
background: #eee;
border: 1px solid #333;
}