JSFiddle - React, Tailwind, and code Playground

HTML

<span contenteditable="true">0</span>

CSS

span {
  display: inline-block;
  min-width: 70px;
  outline: 1px solid #999;
}
span::after {
  display: inline-block;
  content: "i";
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: skyblue;
  text-align: center;  
}