jsx = htm`
<div style=${{ color: "black", display: "flex", background: "lightblue" }}>
<div style=${{ fontSize: "20px", padding: "20px" }}> Satori </div>
<div style=${{
width: "60%",
display: "block",
lineClamp: 2,
}}>Enlightened library to convert HTML and CSS to SVG Enlightened library to convert HTML and CSS to SVG</div>
</div>
`