JSFiddle - React, Tailwind, and code Playground

by Artem

JavaScript

var a = new (function() {
	var that = this;
	return function() {
		return that;
	};
})();