JSFiddle - React, Tailwind, and code Playground

HTML

<div id="header">
    <a>Allo</a>
</div>

CSS

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  background-color:black;
    left: 100px;
}