JSFiddle - React, Tailwind, and code Playground

by brigand

JavaScript

window_1 = window.open('','window_1','width=800,height=600');
window_2 = window.open('','window_2','width=800,height=600');
console.log({ window_1, window_2 })
//window_2.document.open();