\documentclass[12pt]{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw[very thick] (-1,3.5) -- (-1,-0.5) -- (1,-0.5) -- (1,3.5); \begin{scope} [every node/.style={ rectangle,thick,draw,minimum width=18mm,minimum height=8mm}] \node at (0,0) {81}; \node at (0,1) {45}; \node at (0,2) {11}; \node at (0,3) {0}; \end{scope} \end{tikzpicture} \end{document}