JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#" id="myLink">Test</a>

CSS

#myLink {
    pointer-events: none;
    cursor: text;
    color: blue;
}