JSFiddle - React, Tailwind, and code Playground
by chovy
HTML
<a href="#">Inbox</a>
CSS
a { text-decoration: none; }
a::after { content: ' ⇧'; transform: rotate(180deg); }
by chovy
<a href="#">Inbox</a>
a { text-decoration: none; }
a::after { content: ' ⇧'; transform: rotate(180deg); }