JSFiddle - React, Tailwind, and code Playground

by lollero

HTML

<a href="http://googel.com">Googel.com</a>

JavaScript

$('a').on("click", function() {
    return confirm('Are you sure you want to leave?');
});