JSFiddle - React, Tailwind, and code Playground

google fonts: "bitter"

by CBroe

HTML

<h1><span>Test, Lor&shy;em ipsum.</span></h1>

CSS

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700&subset=latin,latin-ext);

body {  margin:1em; }
h1 { display:inline; color:#fff; padding:0 0 .1em 0; background:rgba(0,0,0,.5); font:bold 4em/1.566 'Bitter', serif; box-shadow:-.1em 0 0 0 rgba(0,0,0,.5), .1em 0 0 0 rgba(0,0,0,.5); }
h1 span { }