JSFiddle - React, Tailwind, and code Playground

by MrLister

HTML

<h5 class="link"><a href="#">A long link that might wrap and then it gets all weird and stuff</a></h5>

CSS

.link {
    display:list-item; list-style:square;
    color:red;
    font-size:2em; line-height:.5em;
    margin:.5em 0 .5em 1em}

.link a {
    font-size:.417em; vertical-align:.3em}