How to put such a piece of data into the select tag?

how do I put this data in the select tag? I know I made a mistake, but I can"t change it. Ask for guidance!

  var arr = ["<option value="73ee2a40-49fa-11e8-aab2-b39c872f6403">8667</option>",
   "<option value="bc48d4e0-f9c6-11e7-89c8-a97f4b5ef3fe">66786678</option>"]
Mar.12,2021

select.innerHTML + = arr.join ('')

Menu