JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 400px;
height: 400px;
background: linear-gradient(0deg, rgb(219, 112, 147), rgb(218, 163, 87));
}
<div></div>
div {
width: 400px;
height: 400px;
background: linear-gradient(0deg, rgb(219, 112, 147), rgb(218, 163, 87));
}