JSFiddle - React, Tailwind, and code Playground

by CodeMaverick

HTML

<a href="http://www.google.com">Google</a>

JavaScript

$('a').click(function(){
   alert("hello");
});