Showing elements in separate divs

I want to display values of options property in separate divs on click event.

https://codepen.io/Tarun1980/pen/gJRvqX

In the present case, all values of options property are showing in a single div but I need them to be in separate divs like :

<div> dark <div>
<div> white <div>
<div> heavy <div>
& so on.