JSFiddle - React, Tailwind, and code Playground
by chrishrmnn
HTML
<div class="papier"></div>
CSS
body {
background:#f5f5f5;
}
.papier {
width:200px;
height:300px;
margin: 50px auto;
background:#fff;
box-shadow:
0 1px 1px rgba(0, 0, 0, .3),
0 2px 0 #ffffff,
0 3px 0 rgba(0, 0, 0, .3),
0 5px 0 #ffffff,
0 6px 0 rgba(0, 0, 0, .3),
0 0 3px rgba(0,0,0, .3);
border-radius:3px;
}