JSFiddle - React, Tailwind, and code Playground

by acwong

HTML

<div class="disable-select">123</div>

CSS

.disable-select:after {
  content: "456";
}