JSFiddle - React, Tailwind, and code Playground

by Mladen Mihajlovic

JavaScript

var win = window.open("", "Title", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=200,top="+(screen.height-400)+",left="+(screen.width-840));
win.document.body.innerHTML = "<h2>hello</h2>";