JSFiddle - React, Tailwind, and code Playground
by cathead
HTML
<h1 class="tight">Hello</h1>
<h2>World</h2>
CSS
h1,
h2,
h3 {
margin: 0 0 40px;
}
.tight {
margin-bottom: 0;
}
:is()
by cathead
<h1 class="tight">Hello</h1>
<h2>World</h2>
h1,
h2,
h3 {
margin: 0 0 40px;
}
.tight {
margin-bottom: 0;
}
:is()