JSFiddle - React, Tailwind, and code Playground

by Christian Gambardella

HTML

<button>Click me</button>

CoffeeScript

$(document).on 'click', 'button', -> alert 'Hello Solomon'