Just stepping into the world of front end development and my question might come off as quite basic. Currently, I am delving into ReactJS.
https://i.sstatic.net/o9tDo.png
My current challenge is related to the following code snippet:
<div className="row">
<div className="col-10" style={selectques}>
<div className="row">
<div className="col-4">
<span className="align-middle">1</span>
</div>
</div>
</div>
<div className="col-2">
</div>
</div >
I attempted to use 'select' but encountered issues with its functionality. Would appreciate any suggestions on how to achieve this layout correctly. Any clues would be greatly appreciated!