Created
March 30, 2020 20:44
-
-
Save LordA98/2f447918bc6a6ad19436036f54f1876e to your computer and use it in GitHub Desktop.
ERB & Tailwind - react component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint global-require: off, no-console: off */ | |
import React from 'react'; | |
export default function Home() { | |
return ( | |
<> | |
<div className="bg-gray-500 p-5 text-center">Tailwind</div> | |
</> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment