JSFiddle - React, Tailwind, and code Playground

by daneden

HTML

<h1>Woah!</h1>

CSS

h1 {
    font-family: sans-serif;
    color: #39c;
    text-outline: 2px black;
    font-weight: 700;
    font-size: 3em;
}