JSFiddle - React, Tailwind, and code Playground
HTML
<input type="button" value="more about me" class="nocursor"/>
CSS
.nocursor {
cursor:none;
}
<input type="button" value="more about me" class="nocursor"/>
.nocursor {
cursor:none;
}