JSFiddle - React, Tailwind, and code Playground
by LinkinTED
HTML
<a href="..."><span>ICON</span>Text</a> blaat<br />
<a href="..."><span>ICON</span>Text</a> blaat
CSS
a:first-child {
font-size: 0;
}
a:first-child span {
font-size: 16px;
}
a:last-child {
font-size: 4px;
visibility: hidden;
}
a:last-child span {
font-size: 16px;
visibility:visible;
}