JSFiddle - React, Tailwind, and code Playground
CSS
body
{
width: 100%;
height: 100vh;
background-image: linear-gradient(to top, green 0%, red 100%);
background-repeat: no-repeat;
background-size:cover;
}
body
{
width: 100%;
height: 100vh;
background-image: linear-gradient(to top, green 0%, red 100%);
background-repeat: no-repeat;
background-size:cover;
}