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;
}
by learner001
<a href="link.html" class="not-active">Link</a>
.not-active {
pointer-events: none;
cursor: default;
}