JSFiddle - React, Tailwind, and code Playground
HTML
<img src="../Pictures/background2.jpg";width="100% height="100%>
<ul class="nav">
<li><a href="home">home</a></li>
<li><a href="gallery">gallery</a></li>
<li><a href="contact">contact us</a></li>
</ul>
CSS
.nav
{left:100px; top:margin-left:-254px; display:block;position:fixed;
color:gold;
font-style:"Freehand531 BT";padding:7px;width:900px;height:25px;top:5px;border-height:2px;z-index:1;background-color:black;border:solid;
}
li {letter-spacing:2px;display:inline;position:relative;z-index:1;word-spacing:30px;left:60px;padding:100px;
}