JSFiddle - React, Tailwind, and code Playground

HTML

<!-- this whitespace shouldn't collapse per css 2.1 rules -->
<x-table><x-tr> <x-table>3</x-table> </x-tr></x-table>

CSS

body { border-spacing: 10px; }
x-tr { display: table-row; background: rgba(0,0,0,0.25); }
x-table { display: table; background: rgba(0,0,0,0.25); white-space: pre; }