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