JSFiddle - React, Tailwind, and code Playground
HTML
<a href="parent">Parent Item</a>
CSS
a[href="parent"] {
cursor: default;
pointer-events: none;
}
<a href="parent">Parent Item</a>
a[href="parent"] {
cursor: default;
pointer-events: none;
}