JSFiddle - React, Tailwind, and code Playground

by navinleon

HTML

<p>foo <a class="infolink" href="#">bar</a> baz</p>

CSS

a.infolink::before
{
    content: '?';
    background: blue;
    color: white;
    width: 100%;
    height: 20ex;

    float:left;
}