Skip to content

Instantly share code, notes, and snippets.

@mbvissers
Created March 11, 2021 10:50
Show Gist options
  • Save mbvissers/a12e3963d40c535390d432a54af0fc83 to your computer and use it in GitHub Desktop.
Save mbvissers/a12e3963d40c535390d432a54af0fc83 to your computer and use it in GitHub Desktop.
import "tailwindcss/tailwind.css";
function HomePage() {
return (
<div className="m-8">
<button className="px-4 py-2 bg-green-400 text-green-900 font-bold rounded-lg shadow-lg hover:bg-green-600 hover:shadow-none">Click me!</button>
</div>
)
}
export default HomePage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment