JSFiddle - React, Tailwind, and code Playground
by skeller88
HTML
<div class="container" style=" background-image:url(http://tmacfitness.com/wp-content/uploads/2013/04/Beauty-of-nature-random-4884759-1280-800.jpg);">
</div>
<br>
<div class="container" style=" background-image :url(http://michigancitizen.com/mc/wp-content/uploads/2014/08/water.jpeg);">
</div>
<div class="container black">
</div>
CSS
.black {
background-color: black;
}
.container {
background-color: black;
background-repeat: no-repeat;
-webkit-background-attachment: fixed;
background-position: center;
background-size: cover;
/* overflow: hidden; */
width: 455px;
height: 256px;
z-index: 5;
}
.node-thumbnail {
position: absolute;
height: 600px;
width: 600px;
background-color: blue;
}