JSFiddle - React, Tailwind, and code Playground

by cm0s

HTML

<div class="thin">
    &thinsp;
</div>
    <div class="normal">
        &nbsp;
    </div>

CSS

.thin{
    background-color:red;
}
.normal{
    background-color:blue;
}