JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>
<div class="reset_from_here_on"></div>
<div></div>
<div></div>
<div></div>

CSS

div{
    width:200px;
    height:100px;
    border:1px solid black
}
div.reset_from_here_on ~ div{
    margin-top:20px;
    border:1px solid red
}