JSFiddle - React, Tailwind, and code Playground
by igalst
HTML
<div>
fooo
</div>
CSS
div {
width: 100px;
height: 100px;
background: linear-gradient(90deg, rgba(2,0,36,1) 85%, rgba(0,14,255,1) 100%), linear-gradient(90deg, rgba(2,0,36,1) 85%, rgba(255,0,0,1) 100%)
}