JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container">
    test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
    test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
    test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
        test<br/>
</div>

CSS

.container {
  background: #000000;
-webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}