JSFiddle - React, Tailwind, and code Playground

by sivashanmugam kannan

HTML

<div>

</div>

CSS

div {  height: 100px;  background-color: red;  background-image:    radial-gradient(      yellow,      red    );}