JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">
  
</div>

CSS

.foo {
  margin: 100px;
  width: 5px;
  height: 5px;
  background-color: green;
  border-radius: 50%;
  -webkit-transform: scale(15,15);
  transform: scale(15,15);
}