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 ('')

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35c4c-2b323.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35c4c-2b323.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?