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