import styles from '../styles/index.css' export default function Home() { return ( <> <div className="my-text">This text should be red.</div> <style jsx>{styles}</style> </> ) }