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;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
        }