JSFiddle - React, Tailwind, and code Playground

by Dedi Juniardi

HTML

<h1>Datang Di Blog</h1>

CSS

h1:before {
    content : "Selamat ";
    background: #eee;
    padding:5px;
}