JSFiddle - React, Tailwind, and code Playground

by Canyon Dell'Omo

HTML

<body>
    <iframe src="http://static.ddmcdn.com/gif/earliest-dogs-660x433-130306-akita-660x433.jpg" id="iframe"></iframe>
</body>

CSS

#iframe {
    width: 400px;
    height: 250px;
    border: none;
    background: #eee;
    z-index: 1;
}