Skip to content

Instantly share code, notes, and snippets.

@LordA98
Created March 30, 2020 20: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 LordA98/2f447918bc6a6ad19436036f54f1876e to your computer and use it in GitHub Desktop.
Save LordA98/2f447918bc6a6ad19436036f54f1876e to your computer and use it in GitHub Desktop.
ERB & Tailwind - react component
/* 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