JSFiddle - React, Tailwind, and code Playground

HTML

<div id="navbar">
    <a class="fb" href="menu.html">Menu</a>
    <a href="ContactUs.html">Contact Us</a>
    <a href="About Us.html">About Us</a>
    <a href="TC.html">Terms &amp; Conditions</a>
    <a href="jobs.html" target="_blank">Jobs</a>
    <a href="order.html">Your Order</a>
</div>

CSS

#navbar a { display: block; padding:0; line-height:20px;}