JSFiddle - React, Tailwind, and code Playground

HTML

<body style="overflow:hidden;">
    
            <div id="divimg" style="position:absolute; left:0px; top:0px; right:0px; bottom:0px; overflow:hidden;" >
          
            </div>
    
        </body>

CSS

html, body{
  margin:0px; padding:0px; height: 100%; }


body {
    margin: 0;
    background: red url('http://i829.photobucket.com/albums/zz217/prakash911/background_zps92b4855f.png') 0 0 no-repeat;
     background-size:cover;
  background-position:center center;
  background-attachment:fixed;
    
}