JSFiddle - React, Tailwind, and code Playground
by mlms13
HTML
<div class="box">♣</div>
CSS
body {
background: #ccc;
}
.box {
background: -webkit-linear-gradient(-35deg, #b6b6b6, #868686);
border-radius: 6px;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
color: #e2e2e2;
font-size: 46px;
font-weight: bold;
height: 60px;
line-height: 60px;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
width: 60px;
}