JSFiddle - React, Tailwind, and code Playground
HTML
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<p>The quick brown lobster jumps over the lazy dog</p>
CSS
p {
font-family: "Lobster";
font-size: 50px;
text-align: center;
text-shadow: 0 0 10px rgba(255, 255, 255, .5);
color: #fff;
}
body {
background: #4C4963;
}