JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://raw.github.com/pipwerks/PDFObject/master/pdfobject.js"></script>
<body style="height:100%;">
<div id="divContents" style="height:100%;"></div>
</body>
JavaScript
var variablename = new PDFObject({ url: "http://es.csiro.au/pubs/paradis_mdm03.pdf" }).embed("divContents");