I'm new to Tailwind Elements, I try to use a select element in Vistual studio code, but the borders are not visible.
In the js file eh initialized what is indicated: enter image description here
import { Select, initTE } from "tw-elements";
initTE({ Select });
But it gives me this error enter image description here
I reference the js file like this:
<script type="module" src="./Main.js"> </script>
I don't know what I could be doing wrong, Help me please!! :(
I tried the tutorials on the official site but it didn't work, I hope you can help me solve the error.