JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://qscutter.com">Click here</a
JavaScript
window.document.querySelector("a").addEventListener("click", function(e){
alert("Welcome to QNimate");
e.preventDefault();
alert('hello');
}, false);