JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>Hello, World</li>
<li>Hello, World</li>
<li>Hello, World</li>
<li>Hello, World</li>
<li>Hello, World</li>
</ul>
JavaScript
/**
* Reverse the above dom text so the text in the <li> elements are as follows "World, Hello"
* in what you feel would be the most effective way.
*/