JSFiddle - React, Tailwind, and code Playground
JavaScript
function test() {
(function(){
console.log('1');
})();
(function(){
console.log('2');
})();
}
test();
function test() {
(function(){
console.log('1');
})();
(function(){
console.log('2');
})();
}
test();