JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box paper"></div>
CSS
.paper{
box-shadow: 0 1px 0 rgba(0,0,0,0.3),
0 2px 0 #fff,
0 3px 0 rgba(0,0,0,0.3),
0 4px 0 #fff,
0 5px 14px rgba(0, 0, 0, 0.2);
background:#fff;
}
.box{
width:250px;
height:300px;
margin:0 auto;
}
body{margin-top:30px;marign:0;padding:0;background:top center url('http://riversandrobots.com/test/images/bg.jpg')