JSFiddle - React, Tailwind, and code Playground

by NicoO

HTML

<div class="bluebackgroundtop">
    <div class="headercontent">
        <H1> KLEENZONE </H1>
    </div>
</div>

CSS

body {
    padding: 0;
    margin: 0;
}
.headercontent {
    text-align: center;
}
.bluebackgroundtop {
    height: 150px;
    min-width: 1920px;
    background-color: #3c56a6;
    overflow: hidden;
}