JSFiddle - React, Tailwind, and code Playground

HTML

<a href="google.com" id='notClickable'>Sa</a>

CSS

img{
    cursor:pointer
}

JavaScript

document.getElementById('notClickable').ondragstart = function() { return false; };