JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" id="btn">クリックしてね</a>
JavaScript
$('#btn').on('click',function(e) {
console.log(e);
});
<a href="#" id="btn">クリックしてね</a>
$('#btn').on('click',function(e) {
console.log(e);
});