JSFiddle - React, Tailwind, and code Playground
HTML
<div id="border">
bordered area
</div>
CSS
#border {
width: 100px;
height: 100px;
background: radial-gradient(at bottom left,red,yellow,green);
}
<div id="border">
bordered area
</div>
#border {
width: 100px;
height: 100px;
background: radial-gradient(at bottom left,red,yellow,green);
}