JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset style="display: table; background: pink; width: 100%">
    <div style="display: table-cell; background: red; width: 33%">a</div>
    <div style="display: table-cell; background: green; width: 33%">b</div>
    <div style="display: table-cell; background: blue; width: 33%">c</div>
</fieldset> 

<hr/>

<div style="display: table; background: pink; width: 100%">
    <div style="display: table-cell; background: red; width: 33%">a</div>
    <div style="display: table-cell; background: green; width: 33%">b</div>
    <div style="display: table-cell; background: blue; width: 33%">c</div>
</div>