JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div class="header">Heder</div>
<div class="menu">Menu</div>
<body>
CSS
.header {
background-color: yellow;
height:100px;
text-align: center;
width:100%;
}
.menu
<body>
<div class="header">Heder</div>
<div class="menu">Menu</div>
<body>
.header {
background-color: yellow;
height:100px;
text-align: center;
width:100%;
}
.menu