<nav class="bg-slate-900 text-white text-md">
<ul class=" h-14 flex items-center justify-center space-x-4">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Shop</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</nav>