Click the button to replace the first item in the the list.

First create a new li element and a Text node called Water.
Then we append the text node to li.
Then we replace the first child node of the ul element, with the newly created li element.

Note: This example replaces the entire LI element.