JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
body {
background: #000;
display: grid;
height: 100vh;
place-items: center;
margin: 0;
}
div {
width: 600px;
height: 300px;
background: linear-gradient(to right, #c1c1c1, #000000);
overflow: hidden;
}