JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo" draggable="true">
Foo
</div>
CSS
#foo {
background: #000;
width: 80px;
height: 80px;
position: absolute;
color: #fff;
padding: 20px;
}
<div id="foo" draggable="true">
Foo
</div>
#foo {
background: #000;
width: 80px;
height: 80px;
position: absolute;
color: #fff;
padding: 20px;
}