JSFiddle - React, Tailwind, and code Playground

by der_robert

HTML

<div style="height: 100vh; width: 100vw; background-color: red; display: block;">
kein cursor
</div>

CSS

html{
  cursor: none;
}

JavaScript

document.body.style.cursor = 'none';