JSFiddle - React, Tailwind, and code Playground

by mrjordy

HTML

<div class=container>
  <div class="tempimg">
  <img src="http://falconwood.us/wolfy/jordanjunk/joyceMay12.png">
  </div>
  
  <div class="parallaxContainer">
  <div class="floor"></div>
  <div class="sideBack"></div>
  <div class="midBack"></div>
  <div class="leftChair"></div>
  <div class="rightChair"></div>
  </div>
</div>

CSS

body {
    margin: 0 !important;
}
.tempimg {
  overflow: hidden;
  position: absolute;
}

.tempimg > img {
  width: 100vw;
}