JSFiddle - React, Tailwind, and code Playground

by meo

HTML

<a href="http://www.meodai.ch">test test test</a>

JavaScript

(function(d,w,$){
    
    $(d).on("click.test", "a", function(e){
        e.preventDefault();
        alert( $(this).attr("href") )
    });
        
}(document,window,jQuery));