JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<h1><span>Mon super titre <br>très beau</span></h1>

CSS

body {
  background-color: grey;
}
span {
  border: 0 solid white;
  border-width: 5px 0;
  padding: 10px;
  background-color: #fff;
  line-height: 2;
  box-shadow: 5px 5px 0 0 indianred;
  box-decoration-break: clone;
}