JSFiddle - React, Tailwind, and code Playground

by rowntreerob

JavaScript

var url = "https://cfworker-beatthatwall.jayass.workers.dev/?url=";
var ur2 = "https://theathletic.com/3564406/2022/09/04/college-football-sec-pac12/";
function getThis(murl) {
 try {
        var newwindow = window.open(mrul, '_blank');
    } catch (err) {
        console.log("error")
    }
    }
getThis('https://nytimes.com')