How to realize the inner shadow of text

the outer shadow of the text can be realized with text-shadow.
can the opposite shadow be displayed inside the text

?
Sep.09,2021

see if this article is helpful, Portal


svg or canvas should be available
some browsers can be implemented in background-clip, not universal


    text-shadow: 0 1px 1px rgb(241, 21, 21);
    color: -sharpfff;
    : 
    text-shadow  color
 
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3eded-e99a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3eded-e99a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?