JSFiddle - React, Tailwind, and code Playground

by Prateek19

JavaScript

var win = window.open('http://stackoverflow.com/', '_blank');

if(!win)
{
    //Broswer has blocked it
    alert('Please allow popups for this site');
}