JSFiddle - React, Tailwind, and code Playground

HTML

<div id="bullets">Left</div><!--
--><div id="quotes">Right</div>

CSS

div {
    display: inline-block
}

#bullets {
    width: 60%;
    background-color: silver
}
#quotes {
    width: 40%;
    background-color: grey
}