JSFiddle - React, Tailwind, and code Playground
by John Doe
HTML
<button>Click me</button>
JavaScript
$('button').click(function(){
alert('erw');
})
by John Doe
<button>Click me</button>
$('button').click(function(){
alert('erw');
})