I'm struggling with giving a margin style inline to a JSX element. Here's the code snippet that I'm having trouble with:
<Nunito20 style={{color: frenchGray, margin: 20 0 3 0;}}>Full Name</Nunito20>
Unfortunately, this is throwing an error. I've also attempted using commas but still face the same issue. Any assistance would be greatly appreciated.