function Counter() { const [count, setCount] = useState(0); return (
10 ? 'warning' : ''}> {count}
); }