JSFiddle - React, Tailwind, and code Playground

by Jasper Stevens

HTML

<h1><span>Testing, testing, this is a really long piece of text blah blah blah Hi there!</span></h1>

CSS

h1 {
  max-width: 400px;
}
h1>span {
  color: white;
  background-color:#222;
  line-height:1.75;
  padding: 5px 0;
  box-shadow: 10px 0 0px 0px #222, -10px 0 0px 0px #222;
  }