npm install react-selectyarn add react-selectpnpm add react-select<script src="https://fastly.jsdelivr.net/npm/react-select"></script><script src="https://unpkg.com/react-select"></script><script type="module">
import reactselect from 'https://cdn.jsdelivr.net/npm/react-select/+esm';
</script><script type="module">
import reactselect from 'https://cdn.skypack.dev/react-select';
</script>