JSFiddle - React, Tailwind, and code Playground

by Artem

HTML

<q id="q">Hello</q>

<div>Hi</div>

CSS

q {
	quotes: "=" "-"
}

q::before {
	content: open-quote
}

q::after {
	content: open-quote
}

div {
	background: element("#q");
}