JSFiddle - React, Tailwind, and code Playground
by Shanid
HTML
<div class="holder" style="width:200;height:200">
<div class="mouse-invisible" style="width:50;height:50">
Dare to Hover Me !!!
</div>
</div>
CSS
.mouse-invisible{
cursor: none;
}