JSFiddle - React, Tailwind, and code Playground

by magikMaker

HTML

<h1>Word spacing</h1>
<p>15 . 12 . 1971</p>

CSS

p {
    word-spacing: 15px;
}