JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<p id="a">EXAMPLE</p>
<p id="b">EXAMPLE</p>
<p id="c">EXAMPLE</p>
<p id="d">EXAMPLE</p>

CSS

#a {
    letter-spacing: 5px;
}
#b {
    letter-spacing: 5.5px;
}
#c {
    letter-spacing: 6px;
}
#d {
    letter-spacing: -5px;
}