JSFiddle - React, Tailwind, and code Playground
by yramagicman
HTML
<a href="http://www.jquery.com" id="ex">example</a>
JavaScript
$('#ex').click(function () {
event.preventDefault();
});
by yramagicman
<a href="http://www.jquery.com" id="ex">example</a>
$('#ex').click(function () {
event.preventDefault();
});