JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>Hello</li>
<li>World</li>
<li>This is fun</li>
</ul>
JavaScript
jQuery("ul li").append("<hr />");
<ul>
<li>Hello</li>
<li>World</li>
<li>This is fun</li>
</ul>
jQuery("ul li").append("<hr />");