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;
}