JSFiddle - React, Tailwind, and code Playground
by fersterin
HTML
<div class="red"></div>
<div class="color1"></div>
<div class="color2"></div>
CSS
.red {
background: radial-gradient(re);
width: 200px;
height: 300px;
}
by fersterin
<div class="red"></div>
<div class="color1"></div>
<div class="color2"></div>
.red {
background: radial-gradient(re);
width: 200px;
height: 300px;
}