JSFiddle - React, Tailwind, and code Playground

by rafalry

HTML

4

JavaScript

try {
    document.createEvent('Event');
    alert('ok');
} catch(e) {
    alert(e.message);
}