JSFiddle - React, Tailwind, and code Playground

JavaScript

Container();

function Container() {
	alert(this._open);
}
					
Container.prototype._open = function() {
	alert("hey");
}