JSFiddle - React, Tailwind, and code Playground
HTML
<li>
Text, text, text, text, text. <h4>Sub header</h4>
Text, text, text, text, text.
</li>
CSS
h4 {
display:inline;
}
h4:after {
content:"\a";
white-space: pre;
}
<li>
Text, text, text, text, text. <h4>Sub header</h4>
Text, text, text, text, text.
</li>
h4 {
display:inline;
}
h4:after {
content:"\a";
white-space: pre;
}