JSFiddle - React, Tailwind, and code Playground

HTML

<div id="div1">ABC</div>

CSS

body {
  cursor: grab;
}
body:active {
background: #F00;
cursor: grabbing;
}