JSFiddle - React, Tailwind, and code Playground
JavaScript
function meh() {
console.log('before');
}
meh();
(function () {
console.log('after');
}());
function meh() {
console.log('before');
}
meh();
(function () {
console.log('after');
}());