JSFiddle - React, Tailwind, and code Playground
HTML
<div id="grid2">
<span id="theSpan">Product Support</span>
</div>
CSS
#theSpan{display:table-caption;}
<div id="grid2">
<span id="theSpan">Product Support</span>
</div>
#theSpan{display:table-caption;}