Skip to content

Instantly share code, notes, and snippets.

@marcospgp
marcospgp / gist:1cb3b77488a7f616cd06b6c4a082ed6e
Created April 21, 2025 13:13
text input with animated underline in tailwind
<div className="relative">
<input
type="text"
ref={inputRef}
placeholder="flaborger the shenonions..."
className="peer relative z-10 focus:outline-none"
size={24}
/>
{/* Animated underline */}
<span