JSFiddle - React, Tailwind, and code Playground

by netsi1964

HTML

<div id="cursor"></div>
<div id="background"></div>

CSS

#cursor {
  width: 300px;
  height: 300px;
  border: 1px solid black;
  cursor:...