JSFiddle - React, Tailwind, and code Playground

by John Schulz

JavaScript

(function (type, scope) {
    console.log(type, scope, this, arguments);
})('outside');
    
(function (type, scope) {
    console.log(type, scope, this, arguments);
}('inside'));