JSFiddle - React, Tailwind, and code Playground

HTML

<div class="circles"></div>

CSS

.circles{
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
   }