JSFiddle - React, Tailwind, and code Playground

by David Storey

HTML

<ul>
<li><a href="https://developer.mozilla.org/">MDN</a></li>
<li><a href="http://example.com">example.com</a></li>
</ul>

JavaScript

a[href="http://example.com"] {
  pointer-events: none;
}