Input with floating label make with tailwindcss 3.0.18
Works with <input>
and <textarea>
elements.
<Input
type="email" //textarea in case of textarea element.
id="hero-email"
placeholder="[email protected]" //required
>
This is my label
</Input>
Implement <select>
component.