JSFiddle - React, Tailwind, and code Playground

by dandclark_msft

HTML

<script>
	let w = window.open('about:blank');
  let option = w.document.createElement('select');
</script>