Welcome to the forum.

Assuming the text is in A2, try this in B2 drag copied to the right:

=TRIM(MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE($A2,"<li>","|"),"</li>","|"),"|",REPT(" ",LEN($A2))),(COLUMNS($A:A)-1)*LEN($A2)+1,LEN($A2)))