JSFiddle - React, Tailwind, and code Playground

by tonytlwu

JavaScript

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