I would not recommend using any 3rd party CSS framework as you will have to load the entire CSS file which is not supported by some of the Email Clients.
Rather you can use the table system in vanilla HTML along with the use of frameworks like SASS or LESS which will compile into CSS that you can add up in the DOM itself.