JSFiddle - React, Tailwind, and code Playground
HTML
<span>A display property with a value of "block" results in</span> <span>a line break between the two elements.</span>
CSS
span {
display: block;
}
<span>A display property with a value of "block" results in</span> <span>a line break between the two elements.</span>
span {
display: block;
}