Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Last active February 6, 2020 11:46
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/043221dfdfd5079c8799729b5edab34a to your computer and use it in GitHub Desktop.
Save geekysrm/043221dfdfd5079c8799729b5edab34a to your computer and use it in GitHub Desktop.
import React from "react"
import tw from "tailwind.macro"
import styled from "@emotion/styled"
const MyComponent = styled.div`
${tw`bg-white
rounded-lg
overflow-hidden
border`}
height: 409px;
img {
height: 265px;
object-fit: cover;
object-position: center;
}
`
export default MyComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment