div.react
xxxxxxxxxx
.react
top 50%
left 50%
background radial-gradient(circle,#99ccff 15px, white 16px,white); transform translate(-50%,-50%)
position absolute
border 5px solid #99ccff
width 182px
height 75px
border-radius 100%
box-sizing border-box
::before,::after
content ""
left -5px
top -5px
position absolute
border 5px solid #99ccff
width 182px
height 75px
border-radius 100%
box-sizing border-box
::before
transform rotate(60deg)
::after
transform rotate(-60deg)