JSFiddle - React, Tailwind, and code Playground

by emanuele45

HTML

<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<i class="fa fa-2x fa-comments"></i>

CSS

i {
    background-color: blue;
    color: white;
    padding: 0.5em;
    border-radius: 35% 5%;
}