<!-- We should not introduce an additional element just to solve a design problem --> See the square next to me? .text-box > .square { display: inline-block; width: 1rem; height: 1rem; background-color: red; } Recommended <!-- That's clean markup! --> See the square...