JSFiddle - React, Tailwind, and code Playground

HTML

<embed src="http://www.mywebsite.com/file.pdf" width="95%" type="application/pdf">

CSS

body, html{
    height: 100%;
}

embed{
    height: 80%;
}