JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Company</h1>

CSS

h1 { font-size: 3em; }
h1:first-letter {
    padding-right: .5em;
    margin-right: -.5em;
    border-bottom: 2px solid red;
}