JSFiddle - React, Tailwind, and code Playground

by kazumasa sait

HTML

<a href="#" id="btn">クリックしてね</a>

JavaScript

$('#btn').on('click',function(e) {
    console.log(e);
});