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/');
});
by John Doe
<iframe src="" />
iframe {
width:500px;
height:500px;
}
$(document).ready(function(e) {
$('iframe').attr('src','http://www.flickr.com/');
});