Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Created February 6, 2020 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekysrm/2a4d177f58201206b7a20b98d4cc340c to your computer and use it in GitHub Desktop.
Save geekysrm/2a4d177f58201206b7a20b98d4cc340c to your computer and use it in GitHub Desktop.
import React from "react"
import tw from "tailwind.macro"
const MyComponent = tw.div`
bg-white
rounded-lg
overflow-hidden
border
`
export default MyComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment