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;
}