JSFiddle - React, Tailwind, and code Playground
by guanome
HTML
<iframe id="github" src="https://gist.github.com/dannylloyd"></iframe>
<iframe id="google" src="http://www.google.com"></iframe>
CSS
iframe
{
border: solid 5px;
width:99%;
height:100px;
display: block;
margin-bottom: 10px;
}
#github
{
border-color: green;
}
#google
{
border-color: red;
}
JavaScript
=