JSFiddle - React, Tailwind, and code Playground

by JMPerez

HTML

<b>This popup should close itself</b>

JavaScript

(function() {
    window.close();
})();