<div>AAA</div> <div></div> <h1></h1>
div { border: 2px solid red; } div:nth-of-type(2)::after { height: 100px; content: "BBB"; } div:empty { border-style: dashed; }