JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<div class="ptdev_pill">Dev Mirror Build 1</div>

CSS

.ptdev_pill {
  color: white;
  font-family: monospace;
  background-color: #4caf50;
  padding: .4em 1em;
  border-radius: 1em;
}