nbsp placement in JS

nbsp placement in JS

by emmaJsFiddle

HTML

<article>
    <div class="a"></div>
    <div class="b"></div>
    <div class="c"></div>
</article>

CSS

article { height: 30px; background: cyan;}
.a { background: orange;height: 10px; width:5px}
.b { background: red;height: 5px; width:5px}
.c { background: yellow;height: 10px; width:5px}