JSFiddle - React, Tailwind, and code Playground

by tonytlwu

JavaScript

try {
	setTimeout(function () {
  	try {
      foo = bar;    
    } catch (e) {
    	debugger;
    }
  }, 1000);
} catch (e) {
	console.log('error', e);
}