library(rvest)
html <- read_html("https://tailwindcss.com/docs/customizing-colors")
html |>
rvest::html_elements(css = "div.\32xl\\:contents")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.