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;
}
<div>qb - Some text - qb</div>
div {
background-color: green;
font-size: 20px;
font-family: 'Segoe UI', 'Verdana', 'Arial';
float: left;
padding-bottom: 5px;
}