JSFiddle - React, Tailwind, and code Playground

by jfroom

HTML

<button id="btn1">one</button>
<button id="btn2">two</button>
<button id="btn3" disabled>three</button>

CoffeeScript

$('button').click (e) ->
    alert "clicked"