JSFiddle - React, Tailwind, and code Playground

by axl163

HTML

<span class="myFontStyles">Peek-a-Boo</span>

CSS

.myFontStyles{
   color: green;
   font-size: 36px; 
}