JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<title>SVG</title>
<meta charset="utf-8" />
</head>
<body>
<a href="http://google.ru/" target="_blank"><svg width="20px" height="20px">
<rect x="0" y="0" width="2" height="1" style="fill: white;" />
<rect x="2" y="0" width="18" height="1"style="fill: black;" />
<rect x="18" y="0" width="2" height="1"style="fill: white;" />
<rect x="0" y="1" width="1" height="1" style="fill: white;" />
<rect x="1" y="1" width="2" height="1" style="fill: black;" />
<rect x="3" y="1" width="17" height="1" style="fill: white;" />
<rect x="17" y="1" width="2" height="1" style="fill: black;" />
<rect x="19" y="1" width="1" height="1" style="fill: white;" />
<rect x="0" y="2" width="2" height="1" style="fill: black;" />
<rect x="2" y="2" width="18" height="1" style="fill: white;" />
<rect x="18" y="2" width="2" height="1" style="fill: black;" />
<rect x="0" y="3" width="1" height="1" style="fill: black;" />
<rect x="1" y="3" width="18" height="1" style="fill: white;" />
<rect x="19" y="3" Width="1" height="1" style="fill: black;" />
<rect x="0" y="4" width="1" height="1" style="fill: black;" />
<rect x="1" y="4" width="7" height="1" style="fill: white;" />
<rect x="8" y="4" width="1" height="1" style="fill: black;" />
<rect x="9" y="4" width="10" height="1" style="fill: white;" />
<rect x="19" y="4" Width="1" height="1" style="fill: black;" />
<rect x="0" y="5" width="1" height="1" style="fill: black;" />
<rect x="1" y="5" width="7" height="1" style="fill: white;" />
<rect x="8" y="5" width="2" height="1" style="fill: black;" />
...