JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<p class="zoenet_ru">Z0RNET.RU</p>

CSS

.zoenet_ru {
    background: linear-gradient(-45deg, #f3f5f6, #f3f5f6);
    color: #f4f4f4;
    text-shadow: -1px -1px white, 1px 1px #888484, 2px 2px #6d6a6a, 3px 3px #7b7575f0, 4px 4px #5a5454f2, 5px 5px #6b6b6bed, 6px 6px #6d6b6beb, 7px 7px #5d5959eb, 8px 8px #5f5c5cf7, 9px 9px #525151, 10px 10px #504e4ef2, 11px 11px #585353f7, 4px 15px 18px rgba(0, 0, 0, .4), 11px 13px 11px rgba(21, 20, 20, 0.51);
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 5em;
    font-weight: bold;
    text-align: center;
    padding: 17px 0;
}