JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">test</a>
<a href="#">test</a>
<a href="#">test</a>

CSS

a {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 12px; color: #666; text-decoration: none; display:inline-block; margin-right:8px;}
a:hover {text-decoration: underline}
a:after {content: "·";position:absolute;margin-left:4px}