JSFiddle - React, Tailwind, and code Playground

by Pietro Spagnolo

CSS

.title-box
{
    background-color: #fff;
    width: 100%;
    height: 600px;
}

.title
{
    font-family: sans-serif;
    text-align: center;
    font-size: 50px;
    padding-top: 250px;
}

.gallery
{
    background-color: #fff;
}

.gallery-image
{
    background-color: #fed;
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dark
{
    background-color: #1e1e1e;
}