JSFiddle - React, Tailwind, and code Playground

by murgiaMarco

HTML

<div></div>

CSS

body {
  background-color: #000;
}

div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow:
    inset 2px 0 5px red,
    inset -2px 0 5px red;
}