JSFiddle - React, Tailwind, and code Playground

by mojtaba

HTML

<div id="header">
    <div id="title">
        <h1>Color Flash Cards</h1>
    </div>
</div>

CSS

body{
    background-color: #31859C;
    margin-left: 0px;
    margin-top: 0px;
    overflow-x: hidden;
}
#header{
    margin-top: 0px;
    height: 120px;
    background: #9838CE;
}
#title{
    margin-top: 0px;
}

h1 {
    margin-top: 0;
}