
#[
#import "@preview/tablex:0.0.8": tablex, cellx, hlinex

#tablex(
    columns: 4,
    auto-vlines: false,
    auto-hlines: false,
    column-gutter: 0.25em,
    hlinex(y: 0, stroke: 1pt),
    cellx(colspan: 1, x: 0, y: 0, align: center + top)[Row 1],
    cellx(colspan: 1, x: 1, y: 0, align: center + top)[top],
    cellx(colspan: 1, x: 2, y: 0, align: center + horizon)[center],
    cellx(colspan: 1, x: 3, y: 0, align: center + bottom)[bottom],
    cellx(colspan: 1, x: 0, y: 1, align: center + top)[Row 2],
    cellx(colspan: 1, x: 0, y: 2, align: center + top)[Row 3],
    hlinex(y: 3, stroke: 1pt),

)
]
