JSFiddle - React, Tailwind, and code Playground
HTML
<div class="line"></div>
CSS
.line{
position: relative;
height: 40px;
background: #E74B3B;
box-shadow: inset 0 5px 10px -5px;
overflow: hidden;
}
<div class="line"></div>
.line{
position: relative;
height: 40px;
background: #E74B3B;
box-shadow: inset 0 5px 10px -5px;
overflow: hidden;
}