JSFiddle - React, Tailwind, and code Playground

by Softlink

HTML

<div>Молоко</div>

CSS

body{
background:#d3f0fa;
}

div{
margin:100px;
color:#fff;
font-size:60px;
text-shadow:1px 1px 1px #4199C3, 0px -1px 0px #4199C3;    
}