JSFiddle - React, Tailwind, and code Playground
by Ron Valstar
HTML
<div class="linebreak"></div>
CSS
.linebreak:after{
content:"A" '\A' "B";
white-space: pre;
}
by Ron Valstar
<div class="linebreak"></div>
.linebreak:after{
content:"A" '\A' "B";
white-space: pre;
}