JSFiddle - React, Tailwind, and code Playground
by naveen
JavaScript
var windowObjectReference;
var strWindowFeatures = "menubar=yes,location=no,resizable=yes,scrollbars=yes,status=yes";
(function openRequestedPopup()
{
windowObjectReference = window.open("http://www.cnn.com/", "CNN_WindowName", strWindowFeatures);
})();