JSFiddle - React, Tailwind, and code Playground

by Sebastian Kay

HTML

<div id="border">
  bordered area
</div>

CSS

#border {
  width: 100px;
  height: 100px;
	
background: radial-gradient(at bottom left,red,yellow,green);
}