Yolo i'm nt sure about your request but you can try with
<style>
.tag {
background-color: blueviolet;
width: fit-content;
border-radius: 4px;
padding: 2px 10px 2px 10px;
color: white;
font-weight: bold;
}
</style>
<div class="tag">Tag Text</div>
this will generate something like this: