JSFiddle - React, Tailwind, and code Playground

by Rodwyn Moreno

HTML

<div>
  <div class="hermano-menor">a</div>
  <div class="hermano-mayor">b</div>
</div>

CSS

.hermano-menor ~ .hermano-mayor {
  border: red solid thin;
}