SOURCE

console 命令行工具 X clear

                    
>
console
<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;
}