JSFiddle - React, Tailwind, and code Playground

by ShaCP

HTML

<div class="parent"><div class="child"><div></div></div>

CSS

.parent {
  display: contents;
}

.child {
  width: 100px;
  height: 100px;
  background-color: blue;
}