JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

JavaScript

try {
  let foo = 1 / 0;
} catch (e) {
  console.log('error', e)
}