JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" id="myLink">Test</a>
CSS
#myLink {
pointer-events: none;
cursor: text;
color: blue;
}
<a href="#" id="myLink">Test</a>
#myLink {
pointer-events: none;
cursor: text;
color: blue;
}