JSFiddle - React, Tailwind, and code Playground
by opmaster
HTML
<label id="ProfitShk" class="labelVal">-9 ₪</label>
CSS
.labelVal {
direction: rtl;
margin-left: 10px;
width: 250px;
display: inline;
}
by opmaster
<label id="ProfitShk" class="labelVal">-9 ₪</label>
.labelVal {
direction: rtl;
margin-left: 10px;
width: 250px;
display: inline;
}