JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Introduction</h1>

CSS

h1 {
font-family: Calibri, "Helvetica", san-serif;
line-height: 1.5em;
color: black;
font-size: 20px;
border-bottom: 2px solid red;
zoom: 1;
}