JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="first" src="http://widole.com" width="800" height="500" scrolling="no" border="0"></iframe>

CSS

#first {
    -moz-transform: scale(0.5, 0.5) translate(-50%, -50%); 
    -webkit-transform: scale(0.5, 0.5) translate(-50%, -50%); 
    -o-transform: scale(0.5, 0.5) translate(-50%, -50%); 
    transform: scale(0.5, 0.5) translate(-50%, -50%); 
    border: solid #999 10px;
    border-radius: 10px;
}