JSFiddle - React, Tailwind, and code Playground

HTML

<div><iframe src="http://samplepdf.com/sample.pdf" width=300 height=300></iframe></div>
<div><iframe src="http://www.cnn.com" width=300 height=300></iframe></div>

CSS

div {
    -webkit-transform: scale(0.75);
}