JSFiddle - React, Tailwind, and code Playground
by ckissi
HTML
<div class="cc">
</div>
CSS
.cc {
width:600px;
height:600px;
background: linear-gradient(315deg, #833ab4 0%, #fd1d1d 50%, #fcb045);
}
by ckissi
<div class="cc">
</div>
.cc {
width:600px;
height:600px;
background: linear-gradient(315deg, #833ab4 0%, #fd1d1d 50%, #fcb045);
}