taro-text-core {
  display: inline;
  user-select: none;
  white-space: pre-wrap;
}

.taro-text__selectable {
  user-select: text;
}