Today I learned about the file input button styling capabilities in Tailwind CSS and it made me love that library even more than I already did ❤️
<input type="file" class="block w-full text-sm text-slate-500
file:mr-4 file:py-2 file:px-4
file:rounded-full file:border-0
file:text-sm file:font-semibold
file:bg-violet-50 file:text-violet-700
hover:file:bg-violet-100"/>
It's the little things... 😊