/* Add custom CSS styles below */ 
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    background-color
Sets the background color of an element.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: rgb(255 255 255);
}