JSFiddle - React, Tailwind, and code Playground

by kazu69

HTML

<script>
if (window.opener) {
		alert(window.opener);
		window.opener.location = 'https://github.com'
}
</script>