JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<button>Click me</button>

JavaScript

$('button').click(function(){
	alert('erw');
})