<br> cho [data-label]
HTML
<div data-label='First line 
 Second Line'>test test ttt </div>
CSS
[data-label]:after {
content: attr(data-label);
background-color: black;
color: white;
white-space: pre;
display: inline-block;
}