I have successfully integrated typed.js into my project and now I am looking to replicate the highlighted text with an excel-like box in one corner. I've managed to get the text typing out while also adding an SVG for the box in HTML, but I'm having trouble getting it positioned correctly at the corner.
#typed {
line-height: 1;
display: inline-block;
color: #111517;
background: rgba(0, 187, 255, 0.41);
box-shadow: 5px 0 0 rgba(0, 187, 255, 0.41), -5px 0 0 rgba(0, 187, 255, 0.41);
padding: 2px 0; }