JSFiddle - React, Tailwind, and code Playground

HTML

<body></body>

CSS

body {
  height: 500px;
  background: linear-gradient(
    rgba(0,0,0, 0),
    rgba(0,0,0, 100)
  ),url(https://www.vegetables.co.nz/assets/Uploads/vegetables.jpg);
}