JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Eine Ăśberschrift die auch gerne mehrzeilig laufen darf</h1>

CSS

h1 {
    font-family: Arial;
    font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFF;
	text-shadow: -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 1px 1px 0 #444;
	text-transform: uppercase;
    width: 200px;
}