JSFiddle - React, Tailwind, and code Playground
by septiane28
HTML
<a href="link.html" class="active">Link</a>
CSS
.active {
pointer-events: none;
cursor: default;
}
by septiane28
<a href="link.html" class="active">Link</a>
.active {
pointer-events: none;
cursor: default;
}