JSFiddle - React, Tailwind, and code Playground

by cmacrander

JavaScript

try {document.write(f);}
catch(e) {document.write(e.message);}

document.write("<br />");

try {document.write(g);}
catch(e) {document.write(e.message);}

if(true) function f() {}
    
function g() {}