JSFiddle - React, Tailwind, and code Playground
by jacobwsmith
JavaScript
X = function(e) {
try {
console.log(e);
} catch (e) {
console.log('error: ', e)
}
};