JSFiddle - React, Tailwind, and code Playground
HTML
<div id="Header">
<p id="HeaderBrand">
Foobar Destination Management
</p>
</div>
CSS
#Header { background: red; }
#HeaderBrand { color: white; display: table-cell; font: 18px/1.5 "Times New Roman"; height: 70px; padding: 0 20px; vertical-align: middle; }