JSFiddle - React, Tailwind, and code Playground

HTML

<div class="review">
    <div class="speaker">
        <p>SPEAKER DIV</p>
    </div>
</div>

CSS

div.speaker{
    background-color:red;
    width:100px;
    margin:0 auto;
}