JSFiddle - React, Tailwind, and code Playground

by Narayan Prusty

HTML

<a href="http://qscutter.com">Click here</a

JavaScript

window.document.querySelector("a").addEventListener("click", function(e){
    alert("Welcome to QNimate");
    return false;
}, false);