JSFiddle - React, Tailwind, and code Playground
HTML
<div class="foo"></div>
CSS
.foo {
width: 100px;
position: relative;
border: solid 1px black;
height: 100px;
background-image: linear-gradient(90deg, seagreen, orange);
}
<div class="foo"></div>
.foo {
width: 100px;
position: relative;
border: solid 1px black;
height: 100px;
background-image: linear-gradient(90deg, seagreen, orange);
}