JSFiddle - React, Tailwind, and code Playground

HTML

<link href='http://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'>


<p>Hola Mundo Grumpy!</p>

CSS

body {
  font-family: 'Fredoka One';
  font-size: 32px;
}