JSFiddle - React, Tailwind, and code Playground
HTML
<div id="header">
<div id="nav">
<div id="navright">
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Contact Us</a>
<a href="#">Find Us</a>
</div>
</div>
</div>
CSS
#nav {
width: auto;
position: relative;
}
#nav a {
display: block;
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
font-family: "Arial";
font-size: 14pt;
color: #ffffff;
position: relative;
margin-top: 10px;
}