JSFiddle - React, Tailwind, and code Playground

by Katarn

HTML

<div class="test">asd</div>

CSS

.test {
  width: 100px;
  height: 100px;
  background: linear-gradient(#0000, #0005), red;
}