JSFiddle - React, Tailwind, and code Playground
by anilkamath87
HTML
<a href="http://google.com" id="1">link</a>
JavaScript
document.getElementById("1").addEventListener("click",function(e){
e.preventDefault();
});
by anilkamath87
<a href="http://google.com" id="1">link</a>
document.getElementById("1").addEventListener("click",function(e){
e.preventDefault();
});