JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<center>
  <div class="drop">Kirubel Girma</div>
</center>

CSS

*{font-family:arial;}

.drop {
  background-color: red;
  padding: .3em;
  max-width: 9em;
  cursor: pointer;
  border-radius:.2em;
  color:white;
}