JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

HTML

<title>Home</title>
    

    <body>
        <nav>
        <ul>
            <li><a href="about-me.html">About Me</a></li> 
            <li><a href="songs.html">My Songs</a></li>
        </ul>
                    <h1>I am a YouTuber!</h1>
        <p>This is my website check out other things about me above.</p>
            </nav>
    </body>

CSS

nav ul li {
display: inline;
border-right 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
text-align:center;
	border-left:1px solid rgba(0,0,0,.1);
	background-color:none;