Reprex: ``` r library(tmap) library(spData) tm_shape(nz) + tm_polygons() + tm_text("Name", options = opt_tm_text(shadow = TRUE, just = "left")) ``` <!-- --> <sup>Created on 2025-07-16 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>