import React from 'react'; import './ChoiceBar.css'; const ChoiceBar = () => { const players = ['Player1', 'Player2', 'Player3']; return (