JSFiddle - React, Tailwind, and code Playground

HTML

<div>qb - Some text - qb</div>

CSS

div {
   background-color: green;
font-size: 20px;
font-family: 'Segoe UI', 'Verdana', 'Arial';
float: left;
padding-bottom: 5px;
}