JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<div>
<div class="item-heading">EligibleForSU påkrævet</div>
<div class="item-description">Subinformation</div>
</div>
CSS
.item-heading ~ .item-description {
background-color: yellow !important;
padding-top: 3rem;
}