JSFiddle - React, Tailwind, and code Playground
by ethertank
JavaScript
var echo = function(s){document.write(s+ "<br />");};
echo(!!document.body.setAttribute); //chrome => true
echo(document.documentElement);
echo(document.createElement("table") instanceof HTMLTableElement);