JSFiddle - React, Tailwind, and code Playground

card stack

by bitstarr

HTML

<div class="post stack">Bo</div>

CSS

body {
    margin: 3em;
    font: 1em/1.5 sans-serif;
}
.post {
    max-width: 20em;
    min-height: 10em;
    padding: 1em;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.stack {
    box-shadow:
        4px 4px 0px rgba(255, 255, 255, 0.8),
        5px 5px 0px #E6E6E6,
        3px 4px 0px #E6E6E6,
        4px 3px 0px #E6E6E6;
}