JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

test me <input type="checkbox" onchange="window.test(this)" />

JavaScript

window.test = evt => {
	debugger;
  con
}