JSFiddle - React, Tailwind, and code Playground

by alexb

HTML

That which doesn't <em>kill me</em> gives me <strong>XP</strong>

CSS

body {
  font-size: 3em;
}

strong {
  font-size: 6em
  float:right;
}