react bootstrap card
<Card style={{ width: '18rem' }}>
<Card.Img variant="top" src="holder.js/100px180" />
<Card.Body>
<Card.Title>Card Title</Card.Title>
<Card.Text>
Some quick example text
</Card.Text>
<Button variant="primary">Go somewhere</Button>
</Card.Body>
</Card>