I am looking to add borders to some cells in a table, such that the borders surround the contents and there is a space between each cell. The best image I could find that shows sort of what I want to achieve is this:

This is possible in HTML via the cellspacing setting in tables. How can I achieve the same in LaTeX? I would only want a few of the table cells to have this internal border, not all of them.
The closest I have come is by using fbox, but I couldn't get them to extend all the way to the edges of the table cells.

