JSFiddle - React, Tailwind, and code Playground

by laucheukhim

HTML

<h1><span>This is some text</span></h1>

CSS

h1 {
    background-color: #000;
}

h1 span {
    background-color: #fff;
    padding: 0 10px;
}