JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://randomcolor.llllll.li/randomColor.js"></script>
<span class="swatch" hue="pink" count="18">123</span>
CSS
.swatch {
width: 3em;
height: 3em;
border-radius: 50%;
display: block;
float: left;
}