JSFiddle - React, Tailwind, and code Playground

by janetyc

HTML

<a href="#null">text of the anchor</a>

CSS

a {
    line-height:15px;
    font-size:15px;
    text-decoration: none;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAH0lEQVQYlWNgGObgPxQTVISNjVMRTjF8Vv0nRhFcDQDv1Qn3IBa3OQAAAABJRU5ErkJggg==) repeat-x;
        	background-position: bottom;
    	    background-size: 10% 30%;
}