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(circle,lightgreen, blue);
  width: 200px;
  height: 300px;
}