JSFiddle - React, Tailwind, and code Playground

by Thasmo

HTML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" version="1.1">
	<defs>
		<rect id="square-1" width="100" height="100" fill="tomato" />
        <rect id="square-2" width="50" height="50" fill="lime" />
	</defs>

	<use xlink:href="#square-1" />
	<use xlink:href="#square-2" x="25" y="25"/>
</svg>