JSFiddle - React, Tailwind, and code Playground
HTML
<title>Test</title>
<a href="http://jsfiddle.net/nrRQg/1/show/">Show in a new instance, where domains match</a>
<iframe src="http://jsfiddle.net/nrRQg/show/" />
JavaScript
alert("Top frame location: " + location.host)
/* Inside frame:
alert("Current host: " + location.host)
alert("Parent host: " + parent.document.title);
*/