JSFiddle - React, Tailwind, and code Playground

by Ayri Rin

HTML

<a href="#" class="button23">Объёмная</a>

CSS

a.button23 {
    display: inline-block;
    color: rgba(255,255,255,1.8);
    text-decoration: none;
    padding: 10px;
    background: #fd3851;
    box-shadow:
   0 2px 0 -1px #df354b,
   0 4px 0 -2px #c83246,
   0 6px 0 -3px #cf3347,
   0 8px 0 -4px #cf3347,
   0 10px 0 -5px #cf3347,
   0 11px 0 -6px #dc6a79;
}