I think the answer of Raja Jahanzaib was the best option, but personnaly I just use style directly in my div as follows:
<div style={{ textDecoration: 'none', position: 'relative', top: '-35px', left: '17px' }}>
Maybe it's not the cleanest way but it's doing the job for now.