JSFiddle - React, Tailwind, and code Playground

by jiggle

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css">
<i class="icon-remove-sign"></i>

CSS

.icon-remove-sign {
    padding: 0;
    border-radius: 50%;
    color: white;
    background-color: red;
    font-size:100px;
    display:block;
    height:100px;
    width:100px;
    text-align:center;
}