How to make three resizable divs side by side just like slack using HTML, CSS and JS? [duplicate]

There should not be any whitespace between the three. If col 1 is shrinked or expanded, col 3 should remain fixed, only col2 should change. Same applies for the other two divs.

In my case resizing one column, alters all three columns.