JSFiddle - React, Tailwind, and code Playground
HTML
<span>text</span>
<span>text</span>
<span>text</span>
<span>text</span>
<span>text</span>
<span>text</span>
CSS
span {
margin:0 10px;
background:#faf;
}
span:first-of-type{
margin-left:0;
}
span:last-of-type{
margin-right:0;
}