JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hello">
   hello<br>
   world<br>
   hello<br>
   world<br>
   hello<br>
   world<br>
   hello<br>
   world<br>
</div>

CSS

.hello {
    background: linear-gradient(transparent 124px, #de6230);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.