JSFiddle - React, Tailwind, and code Playground
HTML
<a href="https://ebay.com" class="thisLink">Link</a>
CSS
.thisLink {
pointer-events: none;
cursor: default;
}
<a href="https://ebay.com" class="thisLink">Link</a>
.thisLink {
pointer-events: none;
cursor: default;
}