JSFiddle - React, Tailwind, and code Playground
HTML
<h2>
<a>TITLE</a>
</h2>
CSS
h2 {}
h2 a {color:#fff; line-height:40px; display:inline-block; background:#333;}
<h2>
<a>TITLE</a>
</h2>
h2 {}
h2 a {color:#fff; line-height:40px; display:inline-block; background:#333;}