JSFiddle - React, Tailwind, and code Playground

by septiane28

HTML

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

CSS

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