JSFiddle - React, Tailwind, and code Playground
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;
}
<div class="ptdev_pill">Dev Mirror Build 1</div>
.ptdev_pill {
color: white;
font-family: monospace;
background-color: #4caf50;
padding: .4em 1em;
border-radius: 1em;
}