JSFiddle - React, Tailwind, and code Playground
HTML
<div id="flow1">
<div id="header-cart" class="block block-cart skip-content">
<div class="minicart-wrapper">
<p class="block-subtitle"></p>
<p class="empty">You have no items in your shopping cart.</p>
</div>
</div>
</div>
CSS
#flow1 {width:220px;background:red;}