JSFiddle - React, Tailwind, and code Playground
by AndyE
HTML
<button></button>
JavaScript
window.onerror = function () {
alert(arguments[0] + ", you want fries with that?");
}
document.body.children[0].onclick = function () {
throw new Error("Yo");
}