JSFiddle - React, Tailwind, and code Playground

by Michael Windell

HTML

<a href="#">Remove</a>

CSS

a {
    color: #333;    
}
a:before {
    content: '\274C';
    color: #333 !important;
}