JSFiddle - React, Tailwind, and code Playground
JavaScript
$(function() {
setTimeout(function() {
window.thisDoesntExist();
}, 0);
});
$(function() {
//Do something unharmful and unrelated to the first event
alert("This passes")
});