span:after { background-color: red; content: 'FAILED'; }
span::after { background-color: lime; content: 'PASSED'; }
span:after { background-color: red; content: 'FAILED'; }
span::after { background-color: lime; content: 'PASSED'; }