JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Hi, my name</h1>

CSS

h1 {
    font-family: Georgia;
    font-weight: normal;
    font-size: 16pt;
    color: #444444;
    -webkit-font-smoothing: antialiased;
}