JSFiddle - React, Tailwind, and code Playground

by Brendan Dolan

HTML

<p>
CAPital Tester
</p>

CSS

p {
  font-family: arial;
  font-size: 100px;
  background-color: lightblue;
}