JSFiddle - React, Tailwind, and code Playground

HTML

<header>
    
</header>

CSS

header{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    height:60px;
    
    background-color:#00f;
    box-shadow:0px 0px 17px #000;
}