JSFiddle - React, Tailwind, and code Playground
by Vladimir
HTML
<img src="https://upload.wikimedia.org/wikipedia/commons/6/60/NH_73_from_Bangalore.JPG" />
<div>
Follow the leader!
</div>
CSS
div {
color: white;
font-size: 36px;
font-weight: 700;
text-shadow: -2px -1px 1px #000, -3px -2px 1px #000, -4px -3px 1px #000, -5px -4px 1px #000;
text-shadow: -1px -2px 1px #000, -2px -3px 1px #000, -3px -4px 1px #000, -4px -5px 1px #000;
transform: skewY(-15deg) rotateY(15deg);
position: absolute;
top:400px;
left: 100px;
font-family: sans-serif;
}