JSFiddle - React, Tailwind, and code Playground
HTML
<script>
let w = window.open('about:blank');
let option = w.document.createElement('select');
</script>
<script>
let w = window.open('about:blank');
let option = w.document.createElement('select');
</script>