styled-components

PHOTO EMBED

Sun Dec 08 2024 16:22:34 GMT+0000 (Coordinated Universal Time)

Saved by @Abd_ElRahaman #tsx

const Button = styled.button`
  background: red;
  border-radius: 3px;
  border: 2px solid #BF4F74;
  color: #BF4F74;
  margin: 0 1em;
  padding: 0.25em 1em;
`
content_copyCOPY

https://styled-components.com/