JSFiddle - React, Tailwind, and code Playground
by karthick6891
HTML
<div class="nocursor">
<!-- some stuff -->
</div>
<style type="text/css">
.nocursor { cursor:none; }
</style>
CSS
.nocursor {
width: 400px;
height: 200px;
border: 1px solid green
}