JSFiddle - React, Tailwind, and code Playground
by MrLister
HTML
<input class="pswFilled">
CSS
/*Chrome*/
/*.pswFilled{
content:url("https://placehold.it/300x300");
}*/
/*Firefox*/
.pswFilled::after{
content:url("https://placehold.it/300x300");
}