JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 100px;
height: 100px;
background-image: linear-gradient(to top, #000 97%, rgba(26, 31, 36, 0) 99%);
}
<div></div>
div {
width: 100px;
height: 100px;
background-image: linear-gradient(to top, #000 97%, rgba(26, 31, 36, 0) 99%);
}