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;
}
by KarmaProd
<span class="text-span">nella vecchia fattoria</span>
.text-span{
background:red;
/* border-radius:50%; */
border-radius:4px;
}