JSFiddle - React, Tailwind, and code Playground

by Hector Briceno

HTML

<div class="leaflet-marker-icon vg-label-parent34 leaflet-zoom-animated leaflet-clickable" tabindex="0" style="margin-left: -6px; margin-top: -6px; width: 12px; height: 12px; -webkit-transform: translate3d(100px, 100px, 0px); z-index: 388;">
    
    <span class="vg-visible-zoom-Z3-F0-Map0 vg-label" style="">
        <span class="vg-setplacename">UL0-ID003</span>
    </span>
</div>

CSS

.leaflet-marker-icon 
{
    background: green;
}

.vg-label
{
    display: block;
   text-align: center
}