Skip to content

Instantly share code, notes, and snippets.

@dektaiimage
Created August 2, 2022 14:23
Show Gist options
  • Save dektaiimage/43b911ff200ce7de10caa47f45e10145 to your computer and use it in GitHub Desktop.
Save dektaiimage/43b911ff200ce7de10caa47f45e10145 to your computer and use it in GitHub Desktop.
Example CSS Framework Compare
<!-- Bootstrap -->
<button type="button" class="btn btn-primary">Primary</button>
<!-- tailwind css -->
<button type="button" class="bg-blue-600 text-gray-200 rounded hover:bg-blue-500 px-4 py-2 focus:outline-none">Primary</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment