JSFiddle - React, Tailwind, and code Playground
JavaScript
(function () {
var c = 1;
this.name = function () {
console.log('yay');
}
}
());
(function () {
var c = 1;
this.name = function () {
console.log('yay');
}
}
());