Hi, I'm passing my page to react.js but I do not understand how to open my menu and that it closes, on my page I occupy jquey and equal with the logo of the menu the X and the hamburger that change when the menu is opened, I really do not have any javascript code because I've been stuck watching examples and I do not understand
<nav role="navigation" className="nav-menu-2 w-nav-menu">
<div>
<a href="../index.html" className="nav-link-6 _2 w-nav-link">INICIO</a>
<a href="tecnologias.html" className="nav-link-6 _1 w-nav-link">TECNOLOGÍAS</a>
<a href="../Vision/VISION.html" className="nav-link-5 w-nav-link">VISION</a>
<a href className="nav-link-5 _2 w-nav-link">CASOS DE USO </a>
<a href="../Nosotros/Nosotros.html" className="nav-link-3 w-nav-link">NOSOTROS </a>
<a href className="nav-link-6 w-nav-link">DEMO </a>
<a href="https://medium.com/@spotcloudio" target="_blank" style={{color: '#fff', cursor: 'pointer'}} className="nav-link-6 w-nav-link">BLOG</a>
</div>
<div className="redes">
<a href="https://www.linkedin.com/company/spotcloud/" className="li" target="_blank"><img src="../images/027-linkedin%20(1).svg" alt /></a>
<a href="https://www.facebook.com/SpotCloud.io/" className="fb" target="_blank"><img src="../images/036-facebook.svg" alt /></a>
<a href="https://www.instagram.com/spotcloud.io/?hl=es-la" className="in" target="_blank"><img src="../images/4-layers.svg" alt /></a>
</div>
</nav>
<div className="menu-button-2 a.cp_btns1 w-nav-button" data-ix="navbar"><img src="https://uploads-ssl.webflow.com/5b71b8c59c22cb48ab086d4a/5b736bcf05c5995c9ece2124_11-layers.svg" className="img-i" /><img src="https://uploads-ssl.webflow.com/5b71b8c59c22cb48ab086d4a/5b736c0003163dfe7a60c742_3-layers.svg" className="image-29 img-x" /></div>
</div>