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; };
<a href="google.com" id='notClickable'>Sa</a>
img{
cursor:pointer
}
document.getElementById('notClickable').ondragstart = function() { return false; };