JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
<div style="left: 0; right: 0; bottom: 0px; top: 0; position: fixed;">
</div>
</body>
</html>

CSS

body
        {
            cursor: move;
        }