JSFiddle - React, Tailwind, and code Playground
by kazu69
HTML
<a href="http://stackoverflow.com/questions/7794301/window-onunload-is-not-working-properly-in-chrome-browser-can-any-one-help-me/9325742#9325742">Leave this page!</a>
JavaScript
$(window).on('beforeunload', function() {
return 'Your own message goes here...';
});