как сделать такую кнопку на react
position: absolute;
width: 33px;
height: 106px;
left: 0px;
top: 33px;
background: linear-gradient(90deg, rgba(179, 255, 83, 0.33) 0.97%, rgba(217, 255, 170, 0.21) 100%);
transform: rotate(-90deg);```
position: absolute;
width: 33px;
height: 106px;
left: 0px;
top: 33px;
background: linear-gradient(90deg, rgba(179, 255, 83, 0.33) 0.97%, rgba(217, 255, 170, 0.21) 100%);
transform: rotate(-90deg);```