JSFiddle - React, Tailwind, and code Playground

by Rambabu Pudi

HTML

<iframe src="" frameborder="2px"></iframe>

JavaScript

var context = $('iframe')[0].contentWindow.document;
var $body = $('body', context);
$body.html('Cool');