JSFiddle - React, Tailwind, and code Playground

by mikecmpbll

HTML

<a>O<a>O<a>O<br><a>O<a>O

CSS

a{margin:-8px;font-size:4em}a:first-child{color:blue}a:nth-child(3){color:red}a:nth-child(4){color:#ff0}a:last-child{color:#060}a:nth-child(n+4){position:relative;top:-.8em;left:.2em}