JSFiddle - React, Tailwind, and code Playground

by kyleshen

HTML

<div id='bg'>
   <img src='https://dl.dropboxusercontent.com/u/54630142/bg-03.svg' / class="bg">
   <img src="https://dl.dropboxusercontent.com/u/54630142/160022140650.png" alt="" id="qrcode">
</div>

CSS

#qrcode {
  height:auto;
  width: 15%;
  background-color:#FFBB73;
  position:absolute;
  top:25%;
  left:40%;
  z-index: 9999;
}

#bg {
   position:relative;
   display:inline-block;
   width:100%;
   height:auto;
}
#bg .bg {
  width: 100%;
  height: auto;
}