JSFiddle - React, Tailwind, and code Playground
by rami7250
HTML
<span class="word">בדיקה</span>
CSS
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
html {
height: 100%;
}
body {
display: -webkit-box;
display: flex;
height: 100%;
background-color: #55a4e9;
}
.word {
background-color: #55a4e9;
margin: auto;
color: white;
font: 700 normal 4em/1.5 "Montserrat", sans-serif;
text-shadow: 1px 2px #288ce3, 2px 4px #288ce3, 3px 6px #288ce3, 4px 8px #288ce3, 5px 10px #288ce3, 6px 12px #288ce3, 7px 14px #288ce3, 8px 16px #288ce3, 9px 18px #288ce3, 10px 20px #288ce3;
}