JSFiddle - React, Tailwind, and code Playground

HTML

<h1 class="deepshd">Zornet.ru</h1>

CSS

h1 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 73px;
    padding: 65px 47px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.deepshd {
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2b2a2a, 0 2px 0 #252424, 0 3px 0 #232222, 0 4px 0 #2f2e2e, 0 5px 0 #1b1919, 0 6px 0 #2b2929, 0 7px 0 #272626, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #2f2d2d, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 14px 0 #121212, 0 19px 28px rgba(19, 18, 18, 0.9);
}