JSFiddle - React, Tailwind, and code Playground

by Léo Durand

HTML

<div id="bloc">

</div>

CSS

div {
  width:100px;
  height:100px;
  background:red;
  border-radius:100px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}