JSFiddle - React, Tailwind, and code Playground
by lalatino
CSS
body { white-space:pre-wrap; }
JavaScript
var s = '';
//var e = document.createElement('p');
var e = window.Element;
alert(e.prototype);
//var e= function();
for (var p in e.prototype) { s += '<b>' + p + '</b>=' + '\n'; }
document.body.innerHTML = s;
//pokus
//alert(window.Element);
// http://stackoverflow.com/questions/597268/element-prototype-in-ie7