JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<p lang="ru">heelo</p>

<div type="text" data-bottom-input-text="hello"></div>

<input type="text" placeholder="im here">

CSS

[lang="ru"] {
  color: red;
}


.c-popup__text-inputs-container {
  position: relative;
}


DIV::before {
  content: attr("data-bottom-input-text");
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 425px;
  height: 38px;
}