JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<a href="%s" class="remove" title="%s">x</a>

CSS

a{
    width:17px;
    height:17px;
    line-height:17px;
    color:#fff;
    font-size:10px;
    text-align:center;
    background-color:red;
    border-radius:100%;
    display:block;
    text-decoration:none;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}