Section Table Columns

I made this table (attached image) but it made out of divs. Is there a way to make two sections for my table and have space between them like a flexbox?
No description
3 Replies
𓆩panda𓆪
my initial thought was this: https://codepen.io/froggypanda1776/pen/VwgwdWX but you are not able to put divs as a child of tr's but only td or th
vince
vince•8mo ago
Have you tried colgroup? Not sure if it'll work but lmk if it does
𓆩panda𓆪
it doesnt seem like it from what iv tested, tried adding padding and margin but no luck