JSFiddle - React, Tailwind, and code Playground
by pzin
HTML
<div></div>
CSS
div {
background-image: linear-gradient(to bottom, #ffc671 0%, #f09605 100%);
height: 200px;
}
by pzin
<div></div>
div {
background-image: linear-gradient(to bottom, #ffc671 0%, #f09605 100%);
height: 200px;
}