JSFiddle - React, Tailwind, and code Playground

by pauldwaite

HTML

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

CSS

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

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