JSFiddle - React, Tailwind, and code Playground

by Manju06

HTML

<div class="warning-div">
7000000
</div>

CSS

.warning-div{
  background:red;
  width:100px;
  text-align:right;
 
  padding:5px 10px;
  display: flex;
  justify-content: space-between;
}
.warning-div:before
  { 
    content: " \26A0";   
    left: 5px;
    top: 1px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    cursor: pointer; 
  }