Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Last active February 6, 2020 11:42
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/eb70db58a1d06ee9f93fa7bd8c865d09 to your computer and use it in GitHub Desktop.
Save geekysrm/eb70db58a1d06ee9f93fa7bd8c865d09 to your computer and use it in GitHub Desktop.
import React from "react";
import tw from "tailwind.macro";
const MyComponent = (
<h4 css={tw`font-semibold text-lg leading-snug truncate`}>This is Soumya</h4>
);
export default MyComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment