Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active April 26, 2023 03:20
Show Gist options
  • Save gocs/7c87aaedad249bced1993c7e6d19cdd2 to your computer and use it in GitHub Desktop.
Save gocs/7c87aaedad249bced1993c7e6d19cdd2 to your computer and use it in GitHub Desktop.
input with label full width tailwind
<label for="serial-no" class="flex">
<span>serial no</span>
<div class="flex-1"><input id="serial-no" class="w-full h-full" placeholder="serial-no"></div>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment