JSFiddle - React, Tailwind, and code Playground
by dirtyd77
HTML
<svg>
<style>
path{
stroke-width: 2;
stroke: blue;
}
</style>
<path d="M0,0L10,10"></path>
</svg>
by dirtyd77
<svg>
<style>
path{
stroke-width: 2;
stroke: blue;
}
</style>
<path d="M0,0L10,10"></path>
</svg>