JSFiddle - React, Tailwind, and code Playground

by Phan Nhật Chánh

HTML

Name: <input type="text">
<label>Nhập vào tên của bạn</label>

CSS

label {visibility:hidden}
input:focus + label {visibility:visible}