JSFiddle - React, Tailwind, and code Playground
by NekR
HTML
<div>Skype</div>
CSS
div{
width:300px;
height:200px;
font-size:38px;
font-family:Arial;
color: #eee;
font-size: 72px;
font-weight: bold;
background: #0bb9f9;
background: -moz-linear-gradient(#0bb9f9, #00a5e2);
line-height:180px;
text-align:center;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(255, 255, 255, 1);
}