JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background-color: lightblue;
min-height: 100px;
}
div::after {
content: 'loading...';
filter: blur(2px);
}
<div></div>
div {
background-color: lightblue;
min-height: 100px;
}
div::after {
content: 'loading...';
filter: blur(2px);
}