JSFiddle - React, Tailwind, and code Playground
CSS
* {
box-sizing: border-box;
}
body {
height: 100vh;
overflow: hidden;
background: linear-gradient(to bottom,rgba(120, 107, 175, 1), rgba(40, 140, 255,1));
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}