JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<div class="foo"></div>

CSS

.foo {
  width: 100px;
  position: relative;
  border: solid 1px black;
  height: 100px;
  background-image: linear-gradient(90deg, seagreen, orange);
}