JSFiddle - React, Tailwind, and code Playground

by jitendravyas

HTML

<nav role="navigation">
    <a href="#">Home</a>
    <a href="#" class="active">About Us</a>
  <a href="#">Services</a>
    <a href="#">Products</a>
    <a href="#">Contact</a>
<a href="#">Home</a>
    <a href="#" class="active">About Us</a>
  <a href="#">Services</a>
    <a href="#">Products</a>
    <a href="#">Contact</a>     
</nav>