JSFiddle - React, Tailwind, and code Playground

by Tìm ở đây Khoá học CNTT

HTML

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>

CSS

h1 {
  word-spacing: 10px;
}

h2 {
  word-spacing: -5px;
}