How to create custom badge to Text

To create custom badge to Text Squarespace, same as text on this page.

First, you can make text bold

Then make it italic

Then use code like this to Custom CSS.

p strong em {
    font-weight: normal;
    font-style: normal;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
    top: -10px;
}

Result