JSFiddle - React, Tailwind, and code Playground

by samc

HTML

<div class="icon">W</div>
<div class="icon editor">E</div>

CSS

.icon {
    display: ineline-block;
    float: left;
    margin: 0 .5em 0 0;
    background: #34495e;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
}

.editor {
    background: #8e44ad;
}