Custom Tailwind Dropdown Using Vanila Javascript.
npm install custom-tw-dropdownsh
npm install custom-tw-dropdown --save
`
Usage
-----
`js
import { dropdownEvent, collapseComponent } from 'custom-tw-dropdown'
dropdownEvent(element, placement);
`
Add In Your HTML File
---------------------
`html
``