JSFiddle - React, Tailwind, and code Playground

by David Iglesias

HTML

<p>
Some text <a href="#">with a link</a>!
</p>

CSS

a {
  -webkit-user-drag: none;
}