/* eslint global-require: off, no-console: off */ import React from 'react'; export default function Home() { return ( <>
Tailwind
); }