JSFiddle - React, Tailwind, and code Playground
by mlms13
HTML
<div id="header-container">
<address>
<ul>
<li>lorem ipsum</li>
<li>(xxx) xxx-xxxx</li>
</ul>
</address>
</div>
CSS
#header-container address {float: right; margin-top: 25px;}