JSFiddle - React, Tailwind, and code Playground

by JoshC

HTML

<p>See how the whitespace between the elements is gone?</p>
<div>text</div
><div>text</div
><div>text</div
><div>text</div
><div>text</div>

CSS

div {
    display: inline-block;
    padding: 15px;
    border: 2px solid red;
    margin: 0;
    white-space:0;
}