JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">Remove</a>
CSS
a {
color: #333;
}
a:before {
content: '\274C';
color: #333 !important;
}
<a href="#">Remove</a>
a {
color: #333;
}
a:before {
content: '\274C';
color: #333 !important;
}