JSFiddle - React, Tailwind, and code Playground

HTML

<body>
55

</body>

JavaScript

myWindow=window.open('','','width=200,height=100')
myWindow.document.write("<p>This is 'myWindow'</p>")
myWindow.focus()