JSFiddle - React, Tailwind, and code Playground
JavaScript
var w = window.open('','','width=200,height=100');
w.document.bgColor = "#cc0000";
$(w.document).find('html').addClass('opened-as-popup')
var w = window.open('','','width=200,height=100');
w.document.bgColor = "#cc0000";
$(w.document).find('html').addClass('opened-as-popup')