JSFiddle - React, Tailwind, and code Playground
by ChrisLTD
HTML
<h1><span>Text Here</span></h1>
CSS
body, span { background: #ccc; }
h1 { text-align: center; border-bottom: 1px solid #333; font-size: 20px; height: 10px; }
by ChrisLTD
<h1><span>Text Here</span></h1>
body, span { background: #ccc; }
h1 { text-align: center; border-bottom: 1px solid #333; font-size: 20px; height: 10px; }