JSFiddle - React, Tailwind, and code Playground
HTML
<div> </div>
CSS
div {
background: linear-gradient(-45deg, #ad1414 5%, #de5757 100%);
height: 200px;
}
<div> </div>
div {
background: linear-gradient(-45deg, #ad1414 5%, #de5757 100%);
height: 200px;
}