JSFiddle - React, Tailwind, and code Playground
HTML
<div class="yo">
<div id="landing-page">
<p id="lp-header">dasf</p>
</div>
</div>
CSS
.yo {
background-color:blue;
width:100%;
}
#landing-page {
margin:0 auto;
width:300px;
}
#lp-header {
background-color:yellow;
width:100%;
}