JSFiddle - React, Tailwind, and code Playground

by Jedaias Rodrigues

HTML

<div class="mydiv"></div>

CSS

.mydiv {
  width: 100%;
  height: 100px;
  background: linear-gradient(0, red, yellow);
  border: solid black 1px;
}