JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Introdução</h1>
<h1>Introdução</h1>

CSS

@import url('https://fonts.googleapis.com/css?family=Lobster');

h1 {
    font-family: 'Lobster', courier;
}