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