UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

11 lines (8 loc) 215 B
import React from 'react'; import styles from './index.module.css'; const App = () => ( <div id="text-yellow" className={styles.subClass}> This text should be yellow on blue. </div> ); export default App;