class CoinToss extends React.Component { constructor(props) { super(props); this.state = { imagePath: '/static/img/coin.png', imagePathGuess: '/static/img/coin.png', } } render() { return ( <>
Coin toss outcome | The winning side | ||||
---|---|---|---|---|---|
|
|
||||
{/*
Please enter the coin toss outcome: */}
|