JSFiddle - React, Tailwind, and code Playground

by mohammadAdil

HTML

<div id='wrapper'>
    <div id='header'>
        This is header
    </div>
    
    
</div>

CSS

#wrapper {
    min-height: 100%;
    position: relative;
    width: 980px;
    margin: 0 auto;
    border-left: 1px solid #DAD8E0;
    border-right: 1px solid #DAD8E0;
}