JSFiddle - React, Tailwind, and code Playground

by hobobne

HTML

<h1>Stack Overflow</h1>

CSS

h1 {
    background-color: #525252;
    font-size: 24pt;
    text-shadow: #000 -1px -1px 0;
    text-align: center;
    color: #A8A8A8; 
}