JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<iframe src="" />

CSS

iframe {
    width:500px;
    height:500px;
}

JavaScript

$(document).ready(function(e) {
    $('iframe').attr('src','http://www.flickr.com/');
});