export default function Home() { return ( <> <div className="red-text">This text should be red.</div> <div className="blue-text">This text should be blue.</div> </> ) }