JSFiddle - React, Tailwind, and code Playground

by learner001

HTML

<a href="link.html" class="not-active">Link</a>

CSS

.not-active {
   pointer-events: none;
   cursor: default;
}