I want to display values of options property in separate divs on click event.
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.