JSFiddle - React, Tailwind, and code Playground
HTML
<div class="xkcd">Where is your god now?</div>
CSS
div.xkcd {
font-size: 16px;
font-family: xkcdregular, Sans;
}
/* font from https://github.com/ipython/xkcd-font
* converted to web font in base64 with
* http://www.fontsquirrel.com
*/
@font-face {
font-family: 'xkcdregular';
src:...