JSFiddle - React, Tailwind, and code Playground

by KarmaProd

HTML

<span class="text-span">nella vecchia fattoria</span>

CSS

.text-span{
    background:red;
    /* border-radius:50%; */
    border-radius:4px;

}