JSFiddle - React, Tailwind, and code Playground

by TrevorBurnham

HTML

<div draggable=true></div>

CSS

div {
  width: 100px;
  height: 100px;
  background: #eee;
  border: 1px solid #333;
}