JSFiddle - React, Tailwind, and code Playground

HTML

<a href="https://ebay.com" class="thisLink">Link</a>

CSS

.thisLink {
       pointer-events: none;
       cursor: default;
    }