JSFiddle - React, Tailwind, and code Playground
by cdaringe
HTML
<div id="header">
sddfs
</div>
CSS
body{
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: flex-start;
align-items: center;
background-color: red;
}
#header {
background-color: green;
display:flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-content: center;
align-items: center;
border-radius:5px;
flex-basis: 900px;
margin-top: 20px;
}