In the first div element, we try to output the list with text interpolation (curly braces), but it comes out as plain text.
In the second div element, we manage to output the list containing HTML tags, using the v-html directive.