JSFiddle - React, Tailwind, and code Playground

JavaScript

var o = Object.prototype;
o.__defineGetter__("testo", function() { return "yo in testo"; });
alert({}.testo);
alert((new Date()).testo);