JSFiddle - React, Tailwind, and code Playground

by Andrew Dunai

SCSS

body {
  position: relative;
  min-height: 100%;
  background: #000000 url(https://i.gifer.com/8QPv.gif);
  background-size: cover;
  // background: white;
  &:after {
    display: block;
    line-height: 100vh;
    text-align: center;
    content: '500';
    font-size: 30vh;
    color: #FFFFFF;
    font-family: sans-serif;
    text-shadow: 0 1px 5px #000000;
  }
}