JSFiddle - React, Tailwind, and code Playground

CSS

html {
    height: 100%;
}
body {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,0,0,.5), rgba(0,255,0,.5))
       , linear-gradient(to bottom, #ccc, #000) ;
}