JSFiddle - React, Tailwind, and code Playground

HTML

<div class="review">
<div class="speaker">
<div style="width:100px">SPEAKER DIV</div>
</div>
</div>

CSS

.review {
    background: #c00;
    padding: 5px;
}

.speaker {
    background: #ccc;
    text-align:center;
}