JSFiddle - React, Tailwind, and code Playground

by Mahmoud Kassem

HTML

<h1>
Hello World
</h1>

CSS

h1 {
    background-image: linear-gradient(90deg, #299fb560, #299fb560);
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: 0% 65%;
    display: inline;
}