Content in the box in my HTML page.
.box::before { content: ""; display: block; width: 100px; height: 100px; background-color: rebeccapurple; border: 1px solid black; }
Content in the box in my HTML page.