JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<i class="fa fa-envelope fa-5x" style="position:relative;color:grey;">
    <span style="
    background-color: navy;
    border-radius: 50%;
    font-size: .25em;
    display:block;
    position:absolute;
    text-align: center;
    line-height: 2em;
    top: -.5em;
    right: -.5em;
    width: 2em;
    height: 2em;
    border:solid 4px #fff;
    box-shadow:0px 0px 1px #000;
    color: #fff;
">17</span>
</i>