import Link from 'next/link' import { blueText } from './blue.module.css' export default function Blue() { return ( <>
This text should be blue.

Red
None ) }