JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://qscutter.com">Click here</a>
JavaScript
window.document.querySelector("a").onclick = function(){
alert("Welcome to QNimate");
return true;
}
<a href="http://qscutter.com">Click here</a>
window.document.querySelector("a").onclick = function(){
alert("Welcome to QNimate");
return true;
}