This is 100% a duplicated but I cannot get the icon left to the text of the <a>
-attribute.
The closest I got is with this solution:
<script src="https://cdn.tailwindcss.com"></script>
<link href='https://css.gg/mail.css' rel='stylesheet'>
<a href="mailto:mail@mail.mail"><i class="gg-mail float-left mr-1 top-1"></i>MAIL@MAIL.MAIL</a>
why does this solution not work in my project? Is it because of the css.gg?