JSFiddle - React, Tailwind, and code Playground
HTML
<Div class="co"></Div>
CSS
.co {
width:750px;
height:350px;
background: linear-gradient(to right, #ff515a 0%, #ff515a 30%, #f94c7e 70%, #f94c7e 100%);
border-radius:21px;
}
<Div class="co"></Div>
.co {
width:750px;
height:350px;
background: linear-gradient(to right, #ff515a 0%, #ff515a 30%, #f94c7e 70%, #f94c7e 100%);
border-radius:21px;
}