JSFiddle - React, Tailwind, and code Playground

by Igaojsfiddle

HTML

<link href='http://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple' rel='stylesheet' type='text/css'>
<div id="hoe" class="font-effect-shadow-multiple">This is a font effect!<div>

CSS

#hoe {
font-family: Rancho;
font-size: 72px;
text-align: center;
}