JSFiddle - React, Tailwind, and code Playground

cuck fapitalism

by CBroe

HTML

<h1>cuck&#10;fapitalism</h1>

CSS

@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono|Space+Mono:400,700');
html { background: #fff; }
h1 {
  display: inline-block;
  margin: 0;
  padding: 1vw 0vw 2.5vw 0vw;
  white-space: pre;
  font-family: 'Share Tech Mono', monospace;
  font-weight: 700;
  font-size: 15vw;
  line-height: .82;
  text-indent: .54em;
  color: #000;
  background:#eee;
}