JSFiddle - React, Tailwind, and code Playground

HTML

<html>
  <body>
    <div id="container">
      <div id="image">
      
      <fieldset style="width:95%;"><legend>&nbsp;&#8222;Mount Kosciusko&#8221; - Essay&nbsp;</legend>
<p><img class="zakr" src="http://res.cloudinary.com/mtkosciuszko/image/upload/v1513478684/header-lisc_dw4bxt.png" height="32" width="23" alt="lisc" /><span class="pogr">Summits threadbare to the sky are home. Particle by particle the rain depletes the mountain, while the joist-loosening wind harangues the world without letup. A minute, a million years, there lives in us an inner eye that makes of time the one capsule.<br  />&#187; Look &#171;<br />it says<br />&#187; on slow torsion this hut swims now, no less precarious above the ice than the whiskering rodent that flickers in the harrier's stare. &#171;</span></p>
<blockquote>
<p class="wiad">We too come here to learn home truths from mists which slide in casual instants between our selves and our little lives. Attend the small, how these walls and ceilings are grimier than a mere year back; an office somewhere has had enough. Overnight the rats found work among our perishables;I felt their claws across my scalp.</p></blockquote>
<p><img class="zakr" src="http://res.cloudinary.com/mtkosciuszko/image/upload/v1513478684/header-lisc_dw4bxt.png" height="32" width="23" alt="lisc" /><span class="pogr">So where am I and where are we, when morning returns so clear? beneath us the crust, the mantle adjust, minutely, immensely. This is ours, impersonal beyond the centuries of our longing.</span></p>
<blockquote>
<p class="wiad">This is why we call the earth's neutrality bitter, our minds on the sky, the common, the faceless, the exterior, which again is blue and seems forgiving, pure to the world's end.</p></blockquote>
<hr width="50%" />
<p><img class="zakr" src="http://res.cloudinary.com/mtkosciuszko/image/upload/v1513478684/header-lisc_dw4bxt.png" height="32" width="23" alt="lisc" /><span class="pogr">From the plazas to this valley we move through...

CSS

#container{
  height: 1210px;
  width: 100%;
  overflow: hidden;
}

#image{
  height: 100%;
  width: 100%;
  background-image: url(http://i.imgur.com/iNpfTkz.jpg);
  background-size: 100% 100%;
  vertical-align: center;background-attachment:fixed;
}