JSFiddle - React, Tailwind, and code Playground
JavaScript
(function() {
"use strict";
const fun = () => {
console.log(fun.name)
}
fun();
})();
(function() {
"use strict";
const fun = () => {
console.log(fun.name)
}
fun();
})();