JSFiddle - React, Tailwind, and code Playground
by jstenkvist
HTML
<iframe name="frame" src="javascript: window.foo = function() {alert('foo')}" />
JavaScript
window.frames['frame'].foo()
by jstenkvist
<iframe name="frame" src="javascript: window.foo = function() {alert('foo')}" />
window.frames['frame'].foo()