JSFiddle - React, Tailwind, and code Playground

by eventide

HTML

<div id="mainContainer">
            Main Content Goes Here
        </div>

CSS

body {
    background-color: #EDEDC7; }

#mainContainer {
    width: 1000px;
    margin: 0 auto;
text-align: center;}