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