I'm trying to make my websites look consistent across devices.
I have a table that looks like this:

How can I make the same table behave so that when viewed on mobile, the <td> in a <tr> will sort in a column order with the <th> next to every table data like this:

I am making the website in React so if there is a way of doing this in React that I am not aware of, the better