JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<h1>LABS</h1>
<h2>love a bitch softly</h2>

CSS

@import url('https://fonts.googleapis.com/css?family=Dosis|Lobster');

h1 {
  font-family: Dosis;
  font-size: 10rem;
  margin-bottom: -10rem;
  font-weight: normal;
}

h2 {
  font-family: Lobster;
  font-size: 2.5rem;
  font-weight: normal;
  color: #b8b;
  xtext-shadow: 0 0 5px #1a1a1a;
}

body {
  background-color: #1a1a1a;
  color: #4f4444;
  text-align: center;
}