JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://www.google.com" class='disabled'>click me if you can</a>
CSS
.disabled {
pointer-events: none;
}
<a href="http://www.google.com" class='disabled'>click me if you can</a>
.disabled {
pointer-events: none;
}