What is the best element for a chess board

I want to have a chess board like view of 4x4 elements all with the same width and height. But, it should be responsive and should have this look on any device (mobile, pad, screen).

I was playing around with cells and blocks but I do not find the right way of doing it. Any advice is appreciated.

Hello @Jorg_Beyer!

The CSS Grid Layout is best suited for such tasks.
You can use regular blocks and styles such as:

Regards,
Alexander

Thank you for your support. I think I should brush up my CSS skills.