JSFiddle - React, Tailwind, and code Playground
JavaScript
/*jslint devel: true */
(function () {
'use strict';
function test() {
alert(this);
}
test();
}());
/*jslint devel: true */
(function () {
'use strict';
function test() {
alert(this);
}
test();
}());