JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<div>A</div>
<div>B</div>
<div>C</div>

CSS

div {
    display: unset;/* in this case, same as inline */
}