JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://yashshah.in" target="_blank">
Holiday
</a>
JavaScript
a.popup.click(function(event)
{
alert(1);
});
<a href="http://yashshah.in" target="_blank">
Holiday
</a>
a.popup.click(function(event)
{
alert(1);
});