JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

HTML

<div class="dot">.</div>

CSS

.dot{
  color:black;
  font-size:50px;
  transition: .5s;
}