JSFiddle - React, Tailwind, and code Playground
by alexdickson
HTML
<iframe src="http://fiddle.jshell.net/_display/"></iframe>
JavaScript
var iframe = document.getElementsByTagName('iframe')[0],
doc = iframe.contentDocument || iframe.contentWindow.document;
var links = doc.links;
console.log(links);