How to add the border of the card component in react,js?

how do I add the border of the card component in react,js?
how to add the blue top border as shown in the picture?

Jun.21,2021

:global {
    .ant-card-bordered {
      border-top: 2px solid red;
    }
  }
Menu