JSFiddle - React, Tailwind, and code Playground
by cj1406942109
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ISO-8859-2">
<title>Document</title>
</head>
<body>
<h2>标题 1</h2>
<h2>标题 2</h2>
</body>
</html>
CSS
h2::before {
content: open-quote;
}
h2::after {
content: close-quote;
}