JSFiddle - React, Tailwind, and code Playground

by scwebgroup

HTML

<div id="Header" style="height:70px;background-color:Red">
   <p id="HeaderBrand" style="font-family:Times New Roman;font-size:18px;color:#fff;margin-left:625px;width:150px">
       Foobar Destination Management
   </p>
</div>

CSS

#Header { position:relative }
#HeaderBrand { position:absolute; top:50%; height:70px; margin-top:-35px }