JSFiddle - React, Tailwind, and code Playground
by dixalex
HTML
<iframe src='https://mozilla.github.io/pdf.js/web/viewer.html' name='test' id='alextest'>
</iframe>
CSS
iframe {
width: 100%;
height: 450px;
}
JavaScript
var varName = $('#alextest')[0].contentWindow;
console.log(varName);