JSFiddle - React, Tailwind, and code Playground

HTML

<h6>Hello!</h6>

CSS

h6 {
    width: 40%;
    border-bottom: 1px solid red;
}