<Card> is a component for displaying a group of information in a card format.

 <Card>
  <p>EC2</p>
  <h3
    style={{
      fontSize: "32px",
      fontWeight: "bold",
      margin: ".25rem 0",
    }}
  >
    $ 15.6 /mo{" "}
  </h3>
  <p>t2.micro, us-east-1</p>
</Card>