JSFiddle - React, Tailwind, and code Playground

HTML

<a href="">ololo</a>

CSS

a:after{
    content:'';
    display:none;
    height:10px;
    width:10px;
    background:red;
}
a:hover:after{
    display:block
}