JSFiddle - React, Tailwind, and code Playground
by iamjpg
HTML
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<i class="material-icons box-shadow">loyalty</i>
<i class="material-icons text-shadow">loyalty</i>
CSS
.material-icons {
font-size: 150px !important;
}
.box-shadow {
box-shadow: 0 2px 4px 0 rgba(55,55,55,.64)
}
.text-shadow {
color: #FFFF00;
text-shadow: 0 2px 4px #000;
}