JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Datang Di Blog</h1>
CSS
h1:before {
content : "Selamat ";
background: #eee;
padding:5px;
}
h1:after {
content : " Saya";
background: #eee;
padding:5px;
}
<h1>Datang Di Blog</h1>
h1:before {
content : "Selamat ";
background: #eee;
padding:5px;
}
h1:after {
content : " Saya";
background: #eee;
padding:5px;
}