JSFiddle - React, Tailwind, and code Playground

by Alex Slepenkov

HTML

<body>
<header>
  </header>
  <div >
  
  </div>
</body>

CSS

body{
   background:url(http://333v.ru/uploads/8b/8bb25c8583e9d46c388cca1420e56a7b.jpg) no-repeat;
   background-position:-500px 100px;
   margin:0;
   padding:0;

}
header{
  background:url(http://www.eveboo.com/wp-content/uploads/2013/03/lion_hd_wallpaper.jpg);
  position:fixed;
  top:0;
  height:100px;
  width:100%;
}
div{
     height:1000px;;
}