JSFiddle - React, Tailwind, and code Playground
by Patrick Hund
HTML
<div id="storybook-docs">
<h1>
Green H1
</h1>
<div class="sb-unstyled">
<h1>
I have a normal line height
</h1>
</div>
</div>
CSS
body {
font-family: sans-serif;
}
#storybook-docs h1:not(.sb-unstyled h1) {
background-color: green;
}