JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" value="more about me" class="nocursor"/>

CSS

.nocursor {
  cursor:none;
}