JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
test me <input type="checkbox" onchange="window.test(this)" />
JavaScript
window.test = evt => {
debugger;
con
}
by jonahe
test me <input type="checkbox" onchange="window.test(this)" />
window.test = evt => {
debugger;
con
}