JSFiddle - React, Tailwind, and code Playground

by cvalleskey

HTML

<p>
This is the brush font
</p>

CSS

p {
  font-family: 'Creon Brush AD', sans-serif;
  font-size: 2rem;
}