JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

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;
}