JSFiddle - React, Tailwind, and code Playground

by shamaleyte

HTML

<a onclick="popupCenter('http://www.nigraphic.com', 'myPop1',450,450);">CLICK TO OPEN POPUP</a>

JavaScript

function popupCenter(url, title, w, h) {
console.log("hy");
}