import React from 'react'; const NameContainer = ({ player, time, color }) => { const getRemainingTime = () => { return Math.round((time - Date.now()) / 1000) + 1; }; return (